aboutsummaryrefslogtreecommitdiffstats
path: root/botcore/site_api.py (follow)
Commit message (Collapse)AuthorAgeLines
* Rename package due to naming conflictGravatar Chris Lovering2022-11-05-157/+0
|
* Declare Static MethodGravatar Hassan Abouelela2022-06-26-1/+2
| | | | | | | The `maybe_raise_for_status` function is declared as a class function, but does not need to be so. Signed-off-by: Hassan Abouelela <[email protected]>
* Fix Incorrect Typehints & DocstringsGravatar Hassan Abouelela2022-06-26-1/+1
| | | | Signed-off-by: Hassan Abouelela <[email protected]>
* Add __all__ attrs to async_stats and site_api modulesGravatar Chris Lovering2022-03-31-0/+3
|
* feat: Port the Site API wrapper from the bot repoGravatar ToxicKidz2022-02-25-0/+153
Co-authored-by: Johannes Christ <[email protected]> Co-authored-by: MarkKoz <[email protected]>