getUserHash | R Documentation |
Many of the Brickset API calls require a user to login. This function wraps
the login
function to managing the user hash returned from
login across multiple API calls. It will also ensure that the hash is still
valid and if it expired a new hash will be requested.
getUserHash(
username = getOption("brickset_username"),
password = getOption("brickset_password"),
key = getOption("brickset_key")
)
username |
the Brickset username. |
password |
the Brickset password. |
key |
the Brickset API key. |
Brickset API documentation is available here: https://brickset.com/article/52664/api-version-3-documentation/
the user hash for the current API session.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.