Description Usage Arguments Details Examples
Retrieve a user’s submissions by username.
1 2 3 4 5 | get_user_submissions(
username,
token = NA,
options = list()
)
|
username |
String containing a valid username |
token |
(optional) Token object obtained from authorize() |
options |
(optional) Named list with optional parameters, see Details |
Accepts Pagination parameters. Below is a list of available fields.
page: integer, the page you want to request; example: 1
per_page: integer, the number of items per page; example: 50
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.