Add sync API yaml. Add template for sync_http_api.

This commit is contained in:
Kegan Dougal 2015-06-02 11:44:27 +01:00
parent bb9537b824
commit 0275c2ffa0
8 changed files with 387 additions and 5 deletions

View file

@ -61,6 +61,11 @@ class MatrixSections(Sections):
"profile", sortFn=sortFn, title_kind="+"
)
def render_sync_http_api(self):
return self._render_http_api_group(
"sync"
)
def render_room_events(self):
def filterFn(eventType):
return (