Description Usage Arguments Examples
Submit a rating for a release
1 2 3 4 5 6 | put_release_rating(
release_id,
username,
rating
token
)
|
release_id |
Integer value representing a valid release ID |
username |
String containing a valid username |
rating |
Integer value between 0-5 |
token |
Token object obtained from authorize() or a string containing your personal access token |
1 2 3 | # Submit a rating
token <- authorize("key", "secret")
put_release_rating(1, "username", 5, token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.