DEV Community

Discussion on: Benefits of using the OpenAPI (Swagger) specification for your API?

Collapse
 
antogarand profile image
Antony Garand

In the javascript ecosystem, NestJS is absolutely amazing to work with when generating an OpenAPI document.
As it’s based off typescript, you can add property decorators to your models, and it simply works when you create your endpoints!

See for yourself on their documentation.

Collapse
 
kayis profile image
K

Didn't know NestJS used OpenAPI!