get_export_details: Get details about a specific export

Description Usage Arguments Examples

View source: R/Inventory.R

Description

Get details about a specific export

Usage

1
2
3
4
get_export_details(
 export_id,
 token
)

Arguments

export_id

Id of the export

token

Token object obtained from authorize() or a string containing your personal access token

Examples

1
2
token <- authorize("key", "secret")
details <- get_export_details(1, token)

Pascallio/discogsAPI documentation built on Dec. 31, 2020, 3:27 p.m.