So that other developers can look up how to use our API
Assumptions:
All API routes are working
Acceptance Criteria:
Given that all API routes are working
When I interact with each API route on the Swagger UI
Then each interaction (GET PUT POST DELETE etc) should be successful
To keep things manageable, this issue can and should be broken down into smaller steps (we can create more stories if needed).
Add Swagger docs to your service to document your API using flasgger or Flask-RESTPlus as shown in class. The documentation API must be at: /apidocs/index.html
As a developer
I need Swagger documentation for our API service
So that other developers can look up how to use our API
Assumptions:
Acceptance Criteria:
To keep things manageable, this issue can and should be broken down into smaller steps (we can create more stories if needed).