matrix-spec/api
Kegan Dougal 87b6dd845e Flesh out content repo; modify templating to support headers
Edit content-repo.yaml to include examples and headers.
Restructure content module to conform to the module template.
Adjust the HTTP API template to give 1 more char to the response
param to fit "Content-Disposition" correctly.
Edit the templating system to support displaying enums for
swagger APIs (before it was just JSON schema). Also add support
for introspecting headers from swagger. Finally, replace - with
_ when forming the {{ template_var }} else things whine.
2015-10-01 17:55:16 +01:00
..
client-server Flesh out content repo; modify templating to support headers 2015-10-01 17:55:16 +01:00
files Shuffle around structure of matrix-doc and add a README. 2015-02-20 10:43:20 +00:00
check_examples.py Check the request example JSON matches the schema 2015-09-24 16:50:27 +01:00
package.json Add package.json 2015-06-02 13:32:22 +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 Only validate a file if it ends with ".yaml". 2015-09-24 13:37:32 +01:00

To get this running:
  python -m SimpleHTTPServer

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