Skip to content

feat(backend): OpenAPI specification for HTTP API#57

Open
RemmyAcee wants to merge 5 commits intoStreampay-Org:mainfrom
RemmyAcee:feature/openapi-spec
Open

feat(backend): OpenAPI specification for HTTP API#57
RemmyAcee wants to merge 5 commits intoStreampay-Org:mainfrom
RemmyAcee:feature/openapi-spec

Conversation

@RemmyAcee
Copy link
Copy Markdown
Contributor

Close: #22

I have successfully implemented the OpenAPI 3 specification for the StreamPay-Backend.

Key accomplishments:

Defined Zod schemas with OpenAPI extensions for API objects.
Implemented the /api/openapi.json route to serve the generated specification.
Added snapshot tests for the OpenAPI document.
Updated the README with the new endpoint information.
Fixed several pre-existing linting errors to ensure a clean codebase.
All tests (19 passed) and linting (0 errors) are passing. You can review the changes in the attached walkthrough.

@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 24, 2026

@RemmyAcee Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RemmyAcee
Copy link
Copy Markdown
Contributor Author

Done, Close: #57

@greatest0fallt1me
Copy link
Copy Markdown
Contributor

PLease resolve the conflicts

@RemmyAcee
Copy link
Copy Markdown
Contributor Author

PLease resolve the conflicts

PLease resolve the conflicts

Done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenAPI 3 specification and /api/openapi.json

2 participants