Description Usage Arguments Details Examples
Get a list of releases in a user's wantlist.
1 2 3 4 5 | get_wantlist(
username,
options = list(),
token = NA
)
|
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 |
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.
1 2 3 | wantlist <- get_wantlist("username")
wantlist <- get_want_list("username", options = list("page" = 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.