Automatic API documentation
By default all Ask apps will be automatically generating a basic API documentation of all the routes in the app, (provided by flask-selfdoc). You can find the documentation by going to /docs
. You can also filter out routes that requires authentication by going to /docs/public
. You can also only show protected routes by going to /docs/private
.
The documentation shows you what path and what query parameters a given route uses. At this time it does not show any information relating to JSON, or any other request data format.
Last updated