index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
rest_api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Typo in modules/github.py ('command' -> 'commit') and declare event_response
•••
outside of try/except in modules/rest_api.py
jesopo
2018-10-06
1
-0
/
+1
*
Return 500 when an exception is thrown, never try to .encode None
jesopo
2018-10-06
1
-5
/
+9
*
Require modules/rest_api.py has tls cert/key
jesopo
2018-10-05
1
-1
/
+8
*
POST shouldn't use body as 'params'
jesopo
2018-10-05
1
-5
/
+5
*
Support POST through modules/rest_api.py
jesopo
2018-10-05
1
-33
/
+46
*
Remove prints
jesopo
2018-10-05
1
-1
/
+0
*
Allow API endpoints to not request authentication
jesopo
2018-10-04
1
-15
/
+22
*
Strip empty /path/arguments in modulse/rest_api.py
jesopo
2018-10-04
1
-1
/
+3
*
Use URL path for args, not get params
jesopo
2018-10-04
1
-1
/
+2
*
Make sure bot.lock is released in do_GET
jesopo
2018-10-04
1
-21
/
+23
*
Timeout REST API requests after 10 seconds
jesopo
2018-10-04
1
-0
/
+1
*
Implement !botset/!botget in modules/set.py
jesopo
2018-10-04
1
-0
/
+3
*
Implement api keys in modules/rest_api.py
jesopo
2018-10-04
1
-8
/
+24
*
Add basics of (by-default disabled) REST API
jesopo
2018-10-04
1
-0
/
+51