-
-
Notifications
You must be signed in to change notification settings - Fork 115
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
Nest plugin #1481
Comments
Is this meant as a server or client generator? 😄 |
@hougesen by 'this', are you referring to the Nest plugin or the |
The plugin/issue |
@hougesen the original idea was to offer a similar plugin as we have for Fastify, where you start with the spec and make sure that your server code matches the specification (spec-first). What would be the client generator approach? If you're doing code-first and generating a spec from Nest, you can already use that to generate the clients. Would there be any difference to what you're thinking? |
Nest has it's own http module (https://docs.nestjs.com/techniques/http-module) which is what I meant by client 😄 |
Can we talk on socials or email? I want to understand this/your use case further |
Please vote on this issue if you're interested in Nest plugin.
This issue will serve as a to-do list during development. To help us release this feature as quickly as possible, feel free to share the minimum requirements for your use case.
The text was updated successfully, but these errors were encountered: