lichess-api 1.0.0

A client library for the Lichess API
Documentation
{
  "games": [
    {
      "tags": {
        "White": "Player 1",
        "WhiteFideId": "123",
        "Black": "Player 2",
        "BlackFideId": "456",
        "Result": "*",
        "Event": "Knight Invitational"
      },
      "moves": 2
    },
    {
      "tags": { "White": "Player 3", "Black": "Player 4", "Result": "*", "Event": "Knight Invitational" },
      "moves": 2
    }
  ]
}