aboutsummaryrefslogtreecommitdiff
path: root/modules/rest_api.py
Commit message (Expand)AuthorAgeFilesLines
* Typo in modules/github.py ('command' -> 'commit') and declare event_response•••outside of try/except in modules/rest_api.py Gravatar jesopo2018-10-061-0/+1
* Return 500 when an exception is thrown, never try to .encode NoneGravatar jesopo2018-10-061-5/+9
* Require modules/rest_api.py has tls cert/keyGravatar jesopo2018-10-051-1/+8
* POST shouldn't use body as 'params'Gravatar jesopo2018-10-051-5/+5
* Support POST through modules/rest_api.pyGravatar jesopo2018-10-051-33/+46
* Remove printsGravatar jesopo2018-10-051-1/+0
* Allow API endpoints to not request authenticationGravatar jesopo2018-10-041-15/+22
* Strip empty /path/arguments in modulse/rest_api.pyGravatar jesopo2018-10-041-1/+3
* Use URL path for args, not get paramsGravatar jesopo2018-10-041-1/+2
* Make sure bot.lock is released in do_GETGravatar jesopo2018-10-041-21/+23
* Timeout REST API requests after 10 secondsGravatar jesopo2018-10-041-0/+1
* Implement !botset/!botget in modules/set.pyGravatar jesopo2018-10-041-0/+3
* Implement api keys in modules/rest_api.pyGravatar jesopo2018-10-041-8/+24
* Add basics of (by-default disabled) REST APIGravatar jesopo2018-10-041-0/+51