Ask HN: Node.js API Documentation
What do you use to get a swagger.json or similar for api documentation?
In the dotnet world there is swashbuckle. Is there a node equivalent or better?
In the dotnet world there is swashbuckle. Is there a node equivalent or better?
4 comments
[ 4.0 ms ] story [ 27.0 ms ] threadExample project: https://github.com/RaedsLab/demo-project/blob/master/backend...
Not exactly related but we had issues with the official openapi generated so he also wrote a package to codegen typescript client from an openapi file [3]
[0]: https://github.com/lukeautry/tsoa/pulls?q=is%3Apr+sort%3Aupd...
[1]: https://github.com/Eywek/typoa
[2]: https://github.com/dsherret/ts-morph
[3]: https://github.com/Eywek/oatyp