swagger-node-codegen icon indicating copy to clipboard operation
swagger-node-codegen copied to clipboard

An OpenAPI 3.x/Swagger 2 code generator for Node.js

Results 10 swagger-node-codegen issues
Sort by recently updated
recently updated
newest added

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.1.2 to 4.7.7. Changelog Sourced from handlebars's changelog. v4.7.7 - February 15th, 2021 fix weird error in integration tests - eb860c0 fix: check prototype property access in...

dependencies

Hey @fmvilas, if you don't maintain the project, mind letting me maintain it?

The server is properly generated saying "Done" without errors. However no files are generated under `src/api/routes` and `src/api/services`. Which lead to this error: ``` Error: Cannot find module './routes/server-settings' at...

Hi, I found that this lib does not work with APIs versioning, e.g., my APIs may have - /api/v1/users - /api/v2/users I would like to create 2 more folders, v1...

enhancement
help wanted

In the same way we can generate multiple operation files from a single template, it would be beneficial to generate multiple model files from a single template. This would allow...

Try running this command: snc https://api.cloudmersive.com/specs/allapis.json Expected: Works Observed: Fails with stack trace

enhancement
help wanted

Corrected syntax to fetch header values