Add new-style docs for the APIs for getting events for a room
This commit is contained in:
parent
7fec98d651
commit
7eb8b4fde2
4 changed files with 442 additions and 45 deletions
|
@ -102,6 +102,12 @@ class MatrixSections(Sections):
|
|||
title_kind="~"
|
||||
)
|
||||
|
||||
def render_rooms_http_api(self):
|
||||
return self._render_http_api_group(
|
||||
"rooms",
|
||||
title_kind="+"
|
||||
)
|
||||
|
||||
def render_room_events(self):
|
||||
def filterFn(eventType):
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue