about summary refs log tree commit diff stats
path: root/discord/utils/rest.py
Commit message (Collapse)AuthorAgeFilesLines
* feat(client): Switch to aiohttp for webscokets connectionsmjk1342022-07-121-5/+12
|
* docs: Add more documentation where possible.Noah2022-07-091-1/+32
|
* chore: Reformat codeNoah2022-07-091-3/+1
|
* feat(rest): Added a class with methods to access api, with a single sessionmjk1342022-07-091-27/+14
|
* feat(http): Add basic API for sending HTTP requestsNoah2022-07-091-0/+60
Also added some new stuff to `User` since it has changed since it was last used.