lictl 0.2.1

A command line interface for scripting Lichess
1
2
3
4
5
pub const SERVICE_NAME: &str = "lictl";
pub const USERNAME: &str = "default";
pub const LICHESS_BASE: &str = "https://lichess.org";
pub const OAUTH_URL: &str = "https://lichess.org/oauth";
pub const API_BASE: &str = "https://lichess.org/api";