get_collection_items_by_release: Get collection items by release

Description Usage Arguments Details Examples

View source: R/Collection.R

Description

Get collection items by release

Usage

1
2
3
4
5
get_collection_items_by_release(
 username,
 release_id
 token = NA
)

Arguments

username

String containing a valid username

release_id

Integer value representing a valid release ID

token

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

Details

View the user’s collection folders which contain a specified release. This will also show information about each release instance.

The release_id must be non-zero.

Authentication as the collection owner is required if the owner’s collection is private.

Examples

1
items <- get_collection_items_by_release("username", 1000)

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