get_collection_folder: Retrieve metadata about a folder in a user’s collection.

Description Usage Arguments Details Examples

View source: R/Collection.R

Description

Retrieve metadata about a folder in a user’s collection.

Usage

1
2
3
4
5
get_collection_folder(
 username,
 folder_id,
 token = NA
)

Arguments

username

String containing a valid username

folder_id

Valid identifier for a folder

token

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

Details

If folder_id is not 0, authentication as the collection owner is required.

Examples

1
2
token <- authorize("key", "secret")
folder <- get_collection_folder("username", 0, token)

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