berserk icon indicating copy to clipboard operation
berserk copied to clipboard

Implement lichess.org/games "division" and "accuracy" arguments

Open kmike opened this issue 1 year ago • 1 comments

Hey! It seems there are some arguments in the Lichess Games API (https://lichess.org/api#tag/Games) which are not supported by the client library. Noticed it because I wanted to use "division" argument; "accuracy" is also missing. It'd be great to add them to the library.

kmike avatar Jul 15 '24 09:07 kmike

We should probably support an optional "opts" dict argument to most of the endpoints instead of trying to enumerate all the query params.

icp1994 avatar Jul 15 '24 11:07 icp1994