lichess-api 1.0.0

A client library for the Lichess API
Documentation
{
    "type": "gameStart",
    "game": {
        "fullId": "crObTQDb257U",
        "gameId": "crObTQDb",
        "fen": "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1",
        "color": "white",
        "lastMove": "",
        "source": "friend",
        "status": {
            "id": 20,
            "name": "started"
        },
        "variant": {
            "key": "standard",
            "name": "Standard"
        },
        "speed": "blitz",
        "perf": "blitz",
        "rated": true,
        "hasMoved": false,
        "opponent": {
            "id": "aaron",
            "username": "Aaron",
            "rating": 932
        },
        "isMyTurn": true,
        "secondsLeft": 300,
        "compat": {
            "bot": false,
            "board": true
        },
        "id": "crObTQDb"
    }
}