Description Usage Arguments Details Examples
Get the value of the user's collection
1 2 3 4 | get_collection_value(
username,
token
)
|
username |
String containing a valid username |
token |
Token object obtained from authorize() or a string containing your personal access token |
Returns the minimum, median, and maximum value of a user’s collection.
Authentication as the collection owner is required.
1 2 | token <- authorize("key", "secret")
value <- get_collection_value("username", token)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.