CSCI-GA-2820-FA24-001 / products

NYU DevOps Products Service Fall 2024
Apache License 2.0
0 stars 0 forks source link

Swagger Documentation Implementation #83

Open Aryagoy opened 1 week ago

Aryagoy commented 1 week ago

As an API consumer I need access to comprehensive Swagger documentation So that I can understand and effectively use the API

Details and Assumptions

Acceptance Criteria Given the Flask-RESTX API When I access the /apidocs/ endpoint Then I should see complete API documentation And all endpoints should be clearly documented And each endpoint should show request/response formats And the documentation should be interactive