checkUserHash {brickset} | R Documentation |
Check the Brickset API key.
Description
You can request an API key on the Brickset website here: https://brickset.com/tools/webservices/requestkey/
Usage
checkUserHash(key = getOption("brickset_key"), userHash)
Arguments
key |
the API key |
userHash |
the user hash returned from login. |
Details
Brickset API documentation is available here: https://brickset.com/article/52664/api-version-3-documentation/
Value
TRUE if the API key is fine.
[Package brickset version 2024.0.0 Index]