Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat(client): Switch to aiohttp for webscokets connections | mjk134 | 2022-07-12 | 1 | -5/+12 |
| | |||||
* | docs: Add more documentation where possible. | Noah | 2022-07-09 | 1 | -1/+32 |
| | |||||
* | chore: Reformat code | Noah | 2022-07-09 | 1 | -3/+1 |
| | |||||
* | feat(rest): Added a class with methods to access api, with a single session | mjk134 | 2022-07-09 | 1 | -27/+14 |
| | |||||
* | feat(http): Add basic API for sending HTTP requests | Noah | 2022-07-09 | 1 | -0/+60 |
Also added some new stuff to `User` since it has changed since it was last used. |