Retrive a bearer/session token to access the Lemonmarkets API.
1 2 3 4 5 | auth(
client_id = Sys.getenv("LEMON_MARKETS_CLIENT_ID"),
client_secret = Sys.getenv("LEMON_MARKETS_CLIENT_SECRET"),
renew = FALSE
)
|
client_id |
character; Client ID to be used. |
client_secret |
character; Client Secret to be used. |
renew |
logical; Specify if token shall be renewed, even if already existing. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.