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)An object of class horsey_client.
Bearer token (personal API token or OAuth access token). If NULL,
uses Sys.getenv("LICHESS_TOKEN").
API base URL. Defaults to https://lichess.org.
Suppress informational messages.