get_wantlist: Get a list of releases in a user's wantlist.

Description Usage Arguments Details Examples

View source: R/Wantlist.R

Description

Get a list of releases in a user's wantlist.

Usage

1
2
3
4
5
get_wantlist(
 username,
 options = list(),
 token = NA
)

Arguments

username

String containing a valid username

options

(optional) List of named parameters, see Details

token

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

Details

Returns the list of releases in a user’s wantlist. Accepts Pagination parameters. Basic information about each release is provided, suitable for display in a list. For detailed information, make another API call to fetch the corresponding release. If the wantlist has been made private by its owner, you must be authenticated as the owner to view it. The notes field will be visible if you are authenticated as the wantlist owner.

Examples

1
2
3
wantlist <- get_wantlist("username")

wantlist <- get_want_list("username", options = list("page" = 2))

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