Description Usage Arguments Details Examples
Retrieve a user’s contributions by username.
1 2 3 4 5 | get_user_contributions(
username,
options = list(),
token = NA
)
|
username |
String containing a valid username |
options |
(optional) Parameters, see Details |
token |
(optional) Token object obtained from authorize() |
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.