docs-matrix-spec/api
Richard van der Hoff 29bd4d45ee Flatten the response to /sync
Now that we don't expect there to be duplication betwen the 'timeline' and
'state' results, there's no point in having the state map. (That does mean the
events themselves need event_id fields though).

Also:

- move the contents of the 'unsigned' dictionary into the events themselves
- replace the state list with two layers of dictionary keyed on type and
  state_key
- rename the children of the 'rooms' dict from "joined/invited/archived" to
  "join/invite/leave" to match the membership states
2015-11-16 00:00:48 +00:00
..
client-server Flatten the response to /sync 2015-11-16 00:00:48 +00:00
files Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
check_examples.py Swaggerify push notification API 2015-10-08 13:08:21 +01:00
package.json Bump to swagger-parser 3.2.1 - remove x- keys on headers 2015-10-02 10:21:48 +01:00
README Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
swagger.html Minor swagger HTML tweaks 2015-02-20 11:32:53 +00:00
validator.js Bump to swagger-parser 3.2.1 - remove x- keys on headers 2015-10-02 10:21:48 +01:00

To get this running:
  python -m SimpleHTTPServer

Go to http://localhost:8000/swagger.html