Python Polympics API Wrapper¶
- Intro to the Polympics API wrapper
- Creating a client
- Getting an account
- Getting a team
- Getting an award
- Listing all accounts
- Listing all teams
- Checking if signups are open
- Creating an account
- Editing an account
- Deleting an account
- Creating a team
- Editing a team
- Deleting a team
- Creating an award
- Editing an award
- Deleting an award
- Giving an award to a user
- Taking an award from a user
- Registering a callback
- Listing all callbacks
- Getting a specific callback
- Deleting a callback
- Handling a callback event
- Creating a user auth session
- Authenticating via Discord OAuth2
- Resetting the client’s token
- Getting the authenticated app
- Getting the authenticated user
- Closing the connection
- Errors
- Full API Documentation