Description Usage Arguments Details Examples
Add a new release to your wantlist
1 2 3 4 5 6 | add_to_wantlist(
username,
release_id,
token,
options = list()
)
|
username |
String containing a valid username |
release_id |
Integer value representing a valid release ID |
token |
Token object obtained from authorize() or a string containing your personal access token |
options |
(optional) List of named parameters, see Details |
Add a release to a user’s wantlist. Authentication as the wantlist owner is required.
notes: User notes to associate with this release.
rating: User’s rating of this release, from 0 (unrated) to 5 (best). Defaults to 0.
1 2 | token <- authorize("key", "secret")
add_new_to_wantlist("username", 1000, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.