forked-synapse/synapse/rest/client/v2_alpha
Daniel Wagner-Hall 2110e35fd6 Introduce a Requester object
This tracks data about the entity which made the request. This is
instead of passing around a tuple, which requires call-site
modifications every time a new piece of optional context is passed
around.

I tried to introduce a User object. I gave up.
2016-01-11 17:48:45 +00:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
_base.py copyrights 2016-01-07 04:26:29 +00:00
account_data.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
account.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
auth.py copyrights 2016-01-07 04:26:29 +00:00
filter.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
keys.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
receipts.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
register.py Allow guests to upgrade their accounts 2016-01-05 18:01:18 +00:00
sync.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
tags.py Introduce a Requester object 2016-01-11 17:48:45 +00:00
tokenrefresh.py copyrights 2016-01-07 04:26:29 +00:00