lichess-api 1.0.0

A client library for the Lichess API
Documentation
{
    "type": "gameStart",
    "game": {
        "fullId": "0jJlyweLDRZW",
        "gameId": "0jJlyweL",
        "fen": "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1",
        "color": "white",
        "lastMove": "",
        "source": "ai",
        "status": {
            "id": 20,
            "name": "started"
        },
        "variant": {
            "key": "standard",
            "name": "Standard"
        },
        "speed": "correspondence",
        "perf": "correspondence",
        "rated": false,
        "hasMoved": false,
        "opponent": {
            "id": null,
            "username": "Stockfish level 1",
            "ai": 1
        },
        "isMyTurn": true,
        "compat": {
            "bot": false,
            "board": true
        },
        "id": "0jJlyweL"
    }
}