* berserk version: `berserk-downstream 0.11.6` * Python version: `3.9.5` * Operating System: Mac ### Description Lichess API has `sort` param: https://lichess.org/api#operation/apiUserCurrentGame But berserk is throwing `TypeError: export_by_player() got an unexpected keyword argument 'sort'` ### What I Did Tried to call: ``` games = client.games.export_by_player( user_a, vs=user_b, since=start, rated='true', sort='dateAsc', ) ```
berserk-downstream 0.11.63.9.5Description
Lichess API has
sortparam: https://lichess.org/api#operation/apiUserCurrentGameBut berserk is throwing
TypeError: export_by_player() got an unexpected keyword argument 'sort'What I Did
Tried to call: