-
-
Notifications
You must be signed in to change notification settings - Fork 528
🚧 openapi-decorators and openapi-adonis #1834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
👀 |
@kerwanp can you please give us an update? is there another PR being prepared for adonis or is this abandoned? |
There is an other PR under the way! A complete rewrite, much cleaner one! #1992 The first release of the Adonis integration should be available this weekend. You can join the Adonis discord to get updated. |
Introduction
This Pull request brings two new libraries:
openapi-decorators
A utility library to automatically generate OpenAPI schemas by leveraging Typescript decorators and metadata.
openapi-adonis
A library to generate OpenAPI schemas for Adonis.js framework by using
openapi-decorators