login {brickset}R Documentation

Login to the Brickset API.

Description

Brickset API documentation is available here: https://brickset.com/article/52664/api-version-3-documentation/

Usage

login(
  username = getOption("brickset_username"),
  password = getOption("brickset_password"),
  key = getOption("brickset_key")
)

Arguments

username

the Brickset username.

password

the Brickset password.

key

the Brickset API key.

Value

the user hash used for other API calls.


[Package brickset version 2024.0.0 Index]