synapse-product/synapse/rest/client
Patrick Cloke a4521ce0a8
Support the stable /hierarchy endpoint from MSC2946 (#11329)
This also makes additional updates where the implementation
had drifted from the approved MSC.

Unstable endpoints will be removed at a later data.
2021-11-29 14:32:20 -05:00
..
__init__.py
_base.py Add support for /_matrix/client/v3 APIs (#11318) 2021-11-16 14:47:58 +01:00
account_data.py
account_validity.py
account.py
auth.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
capabilities.py
devices.py
directory.py
events.py
filter.py
groups.py
initial_sync.py
keys.py Add support for /_matrix/client/v3 APIs (#11318) 2021-11-16 14:47:58 +01:00
knock.py
login.py Update MSC2918 refresh token support to confirm with the latest revision: accept the refresh_tokens parameter in the request body rather than in the URL parameters. (#11430) 2021-11-26 19:06:16 +00:00
logout.py
notifications.py
openid.py
password_policy.py
presence.py
profile.py
push_rule.py Require direct references to configuration variables. (#10985) 2021-10-06 10:47:41 -04:00
pusher.py
read_marker.py
receipts.py Require body for read receipts with user-agent exceptions (#11157) 2021-11-09 10:26:07 +00:00
register.py Update MSC2918 refresh token support to confirm with the latest revision: accept the refresh_tokens parameter in the request body rather than in the URL parameters. (#11430) 2021-11-26 19:06:16 +00:00
relations.py Refactor the code to inject bundled relations during serialization. (#11408) 2021-11-23 06:43:56 -05:00
report_event.py
room_batch.py Rename to more clear get_insertion_event_id_by_batch_id (MSC2716) (#11244) 2021-11-08 21:21:10 -06:00
room_keys.py
room_upgrade_rest_servlet.py
room.py Support the stable /hierarchy endpoint from MSC2946 (#11329) 2021-11-29 14:32:20 -05:00
sendtodevice.py
shared_rooms.py
sync.py Refactor the code to inject bundled relations during serialization. (#11408) 2021-11-23 06:43:56 -05:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py
versions.py Support Client-Server API r0.6.1 (#11097) 2021-11-01 13:28:39 +00:00
voip.py