Can Swagger autogenerate its yaml based on existing express routes?
I have experience in BOTH auto-generating the Swagger json and manually writing it out for an API that I helped build. Here are the pros/cons of both based on my experience. Swagger AUTOMATIC Documentation Generation: We used the swagger-node-express module in combination with swagger-ui. https://www.npmjs.com/package/swagger-node-express https://github.com/swagger-api/swagger-ui Pros Super easy to document. Just throw a few … Read more