forked-synapse/synapse/rest/client/v1
Mark Haines 7f6f3f9d62 Pass the current time to serialize event, rather than passing an
HS and getting a clock from it and calling time_msec on the clock.
Remove the serialize_event method from the HS since it is no longer
needed.
2015-01-26 16:11:28 +00:00
..
__init__.py Merge rest servlets into the client json resource object 2015-01-23 10:37:38 +00:00
admin.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
base.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
directory.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
events.py Pass the current time to serialize event, rather than passing an 2015-01-26 16:11:28 +00:00
initial_sync.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
login.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
presence.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
profile.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
register.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00
room.py Pass the current time to serialize event, rather than passing an 2015-01-26 16:11:28 +00:00
transactions.py Move rest APIs back under the rest directory 2015-01-22 16:10:07 +00:00
voip.py Extract the client v1 base RestServlet to a separate class 2015-01-23 14:09:51 +00:00