aboutsummaryrefslogtreecommitdiff
path: root/discord/endpoints.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused endpoints.py file.Rapptz2016-09-251-37/+0
|
* Add Client.application_info to retrieve the current app info.Rapptz2016-06-101-0/+1
| | | | Fixes #241.
* Actually use v4 gateway and fixes thanks to Jake.Rapptz2016-06-021-1/+1
|
* Begin working on gateway v4 support.Rapptz2016-04-271-1/+1
| | | | | | Bump websockets requirement to v3.1 Should be squashed...
* Update license of files to 2016.Rapptz2016-01-041-1/+1
|
* Implement cache of login credentials.Rapptz2015-12-131-0/+1
| | | | Also add endpoints.ME to easily access the @me endpoint.
* Add client register APIHornwitser2015-10-061-0/+1
| | | | | | | When clicking on an invite link without having a Discord account it's possible to create an unclaimed account for joining the conversation quickly. Add register() method to Client that performs and invite based registration of an unclaimed account.
* Move websocket hub to the new gateway.Rapptz2015-08-261-1/+1
|
* Initial commitRapptz2015-08-211-0/+34