summary refs log tree commit diff
path: root/synapse/rest/client/v1/transactions.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add helper function for getting access_tokens from requestsMark Haines2016-09-091-1/+3
| | | | | | Rather than reimplementing the token parsing in the various places. This will make it easier to change the token parsing to allow access_tokens in HTTP headers.
* copyrightsMatthew Hodgson2016-01-071-1/+1
|
* Remove access_token from synapse.rest.client.v1.transactions ↵Erik Johnston2015-06-161-3/+3
| | | | {get,store}_response logging
* Move rest APIs back under the rest directoryMark Haines2015-01-221-0/+95