Rolv-Arild / python-ballchasing

Python wrapper for the ballchasing.com API
MIT License
17 stars 6 forks source link

Adds "group" parameter to upload_replay function #4

Closed BenjaminHunt closed 10 months ago

BenjaminHunt commented 2 years ago

updates upload_replay to enable uploads to the correct group, and removes Unions of single-literal constants

BenjaminHunt commented 2 years ago

official api reference: https://ballchasing.com/doc/api#upload

BenjaminHunt commented 2 years ago

python typing literal reference: https://docs.python.org/3/library/typing.html#typing.Literal