You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could have a peace of code, that applies on every paramater we identify as url paramater, that automatically converts boolean : True -> 1 and False -> 2
The text was updated successfully, but these errors were encountered:
Example with this command :
client_skc.get_physical(params={'competition_edition': 147, 'average': True})
returns :
"HTTPError: 400 Client Error: Bad Request for url: https://skillcorner.com/api/physical?competition_edition=147&average=True"
We could have a peace of code, that applies on every paramater we identify as url paramater, that automatically converts boolean : True -> 1 and False -> 2
The text was updated successfully, but these errors were encountered: