Add new-style docs for the APIs for getting events for a room

This commit is contained in:
Mark Haines 2015-09-15 15:52:36 +01:00
parent 7fec98d651
commit 7eb8b4fde2
4 changed files with 442 additions and 45 deletions

View file

@ -149,8 +149,8 @@ class MatrixUnits(Units):
# object with some keys; we'll add entries f.e one)
if "schema" not in param:
raise Exception(
"API endpoint group=%s path=%s method=%s param=%s"+
" has no valid parameter value." % (
("API endpoint group=%s path=%s method=%s param=%s"+
" has no valid parameter value.") % (
group_name, path, method, param
)
)