You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OpenAPI specification is a language-agnostic definition format used to describe RESTful APIs. Nest provides a dedicated module which allows generating such a specification by leveraging decorators.
Apart from that, it has a plugin that enhances the TypeScript compilation process to reduce the amount of boilerplate code required.
However, this doesn't come with the default boilerplate, so it would be good to include it and also add de swagger decorators automatically to the controllers (at least for the default controller included in the scaffolding).
The text was updated successfully, but these errors were encountered:
inigomarquinez
changed the title
Add sync doc generation to an existing nestjs project
Add sync doc generation to an existing NestJS project
Mar 22, 2023
The OpenAPI specification is a language-agnostic definition format used to describe RESTful APIs. Nest provides a dedicated module which allows generating such a specification by leveraging decorators.
Apart from that, it has a plugin that enhances the TypeScript compilation process to reduce the amount of boilerplate code required.
However, this doesn't come with the default boilerplate, so it would be good to include it and also add de swagger decorators automatically to the controllers (at least for the default controller included in the scaffolding).
The text was updated successfully, but these errors were encountered: