-
Notifications
You must be signed in to change notification settings - Fork 38
[Mike] 24. OpenAPI documentation #74
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programdocumentationImprovements or additions to documentationImprovements or additions to documentationenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Implement OpenAPI documentation
Description
Generate and maintain OpenAPI spec for all API endpoints.
Requirements and context
Suggested execution
git checkout -b feature/backend-24-openapi-documentationsrc/index.ts and modularized src/* files for generate and maintain openapi spec for all api endpoints.src/**/*.test.ts with integration and unit suitesREADME.md and docs/backend/Test and commit
Example commit message
feat: implement openapi documentation with tests and docsGuidelines