summary refs log tree commit diff
path: root/synapse/rest/client/v1/base.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* run isortAmber Brown2018-07-091-6/+4
* Burminate v1authAdrian Tschira2018-04-301-1/+5
* Clean transactions based on time. Add HttpTransactionCache tests.Kegan Dougal2016-11-141-1/+1
* Review commentsKegan Dougal2016-11-111-1/+2
* Store Promise<Response> instead of Response for HTTP API transactionsKegan Dougal2016-11-101-2/+2
* Dont invoke get_handlers fromClientV1RestServletErik Johnston2016-08-121-1/+0
* Type annotationsRichard van der Hoff2016-07-191-0/+4
* copyrightsMatthew Hodgson2016-01-071-1/+1
* Update endpoints to reflect current specDaniel Wagner-Hall2015-12-021-3/+4
* Host /unstable and /r0 versions of r0 APIsDaniel Wagner-Hall2015-12-011-2/+8
* 1) Pushers are now associated with an access tokenDavid Baker2015-03-241-1/+1
* Extract the client v1 base RestServlet to a separate classMark Haines2015-01-231-34/+6
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+80