Start implementing the v2_alpha sync API

This commit is contained in:
Mark Haines 2015-01-23 18:31:29 +00:00
parent bda5d7d14f
commit e26340cee7
5 changed files with 272 additions and 0 deletions

View file

@ -16,6 +16,7 @@
"""Contains the URL paths to prefix various aspects of the server with. """
CLIENT_PREFIX = "/_matrix/client/api/v1"
CLIENT_V2_ALPHA_PREFIX = "/_matrix/client/v2_alpha"
FEDERATION_PREFIX = "/_matrix/federation/v1"
WEB_CLIENT_PREFIX = "/_matrix/client"
CONTENT_REPO_PREFIX = "/_matrix/content"