Feature: Add OpenAPI Specification and Swagger UI Documentation #19
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
psycodepath/hrp#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Motivation
To make the REST API discoverable, testable, and easy to integrate, we need standard OpenAPI >= 3.0 specification documentation and a built-in Swagger UI renderer.
Description
Create an OpenAPI yaml/json spec file describing all
/api/v1routes and add an action to render the Swagger UI web page under/api.User Story
As an API developer or external consumer, I want to view a interactive Swagger UI page at
/apiso that I can explore and test the endpoints easily.Gherkin Feature
Acceptance Criteria
openapi.jsonoropenapi.yamldescribing Tasks, Grocery, and Meals REST API endpoints./apiloading the spec.