| client | R Documentation |
horsey is designed for read-only access and data export. Provide a token for
endpoints that require authentication. If token is NULL, client() will
use Sys.getenv("LICHESS_TOKEN").
client(token = NULL, base_url = "https://lichess.org", quiet = FALSE)
token |
Bearer token (personal API token or OAuth access token). If NULL,
uses |
base_url |
API base URL. Defaults to |
quiet |
Suppress informational messages. |
An object of class horsey_client.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.