We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sort
berserk-downstream 0.11.6
3.9.5
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'
TypeError: export_by_player() got an unexpected keyword argument 'sort'
Tried to call:
games = client.games.export_by_player( user_a, vs=user_b, since=start, rated='true', sort='dateAsc', )
The text was updated successfully, but these errors were encountered:
Fix rhgrant10#43
fd6aafa
No branches or pull requests
berserk-downstream 0.11.6
3.9.5
Description
Lichess API has
sort
param: 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:
The text was updated successfully, but these errors were encountered: