lichess-api 1.0.0

A client library for the Lichess API
Documentation
{
    "type": "gameFinish",
    "game": {
        "fullId": "crObTQDb257U",
        "gameId": "crObTQDb",
        "fen": "rnbqkbnr/pppp1ppp/8/4p3/4P3/8/PPPP1PPP/RNBQKBNR w KQkq - 0 2",
        "color": "white",
        "lastMove": "e7e5",
        "source": "friend",
        "status": {
            "id": 31,
            "name": "resign"
        },
        "variant": {
            "key": "standard",
            "name": "Standard"
        },
        "speed": "blitz",
        "perf": "blitz",
        "rated": true,
        "hasMoved": true,
        "opponent": {
            "id": "aaron",
            "username": "Aaron",
            "rating": 932,
            "ratingDiff": 5
        },
        "isMyTurn": false,
        "secondsLeft": 300,
        "winner": "black",
        "ratingDiff": -3,
        "compat": {
            "bot": false,
            "board": true
        },
        "id": "crObTQDb"
    }
}