Skip to content

Instantly share code, notes, and snippets.

@dnordberg
Created May 27, 2013 20:26
Show Gist options
  • Save dnordberg/5658920 to your computer and use it in GitHub Desktop.
Save dnordberg/5658920 to your computer and use it in GitHub Desktop.
Generate Swagger docs.
python -m api_docs --base-path='http://localhost:5000/api/v1/' --version=0.9 --app-module='app.app' --tables-module='models' --update-route-spec
python -m api_docs --base-path='http://localhost:5000/api/v1/' --version=0.9 --app-module='app.app' --tables-module='models' --update-index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment