openapi-codegen
openapi-codegen copied to clipboard
OpenAPI 3.0 CodeGen plus Node.js minus the Java and emojis
adaptor.js sets model.modelPackage to model.name https://github.com/Mermade/openapi-codegen/blob/55246ec01def2f753e07e6b3bfb4bb824082d14d/adaptor.js#L821 As near as I can tell, the python template expects this to be the value from the modelPackage property in the config file.
In the js files in the `impl` folder the examples objects are all empty. Is there a way to auto-populate the examples the same way `swagger-codegen` does?
Bumps [@exodus/schemasafe](https://github.com/ExodusMovement/schemasafe) from 1.0.0-rc.4 to 1.0.0-rc.9. Commits 4975fff v1.0.0-rc.9 de8771d doc: update loc count with the new features 1272774 feat: multi-entrypoint compilation c9c0b34 cleanup: reimplement parser() on top of validate()...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.25.0. Release notes Sourced from eslint's releases. v8.25.0 Features 173e820 feat: Pass --max-warnings value to formatters (#16348) (Brandon Mills) 6964cb1 feat: remove support for ignore...
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.1.3. Release notes Sourced from yaml's releases. v2.1.3 Set correct node-end position for block collections with comments (#413) v2.1.2 Set correct node-end position for empty...
When the namespace contains dots, there is the following error: Internal Error: #/components/schemas/Api.v1.ClassName not found! at getReferenceSchema (D:\Projects\JVM.BackOffice\node_modules\@openapi-codegen\typescript\lib\core\getReferenceSchema.js:20:15) This happens because of line 18 in getReferenceSchema, which uses dot as...
Bumps [cookiejar](https://github.com/bmeck/node-cookiejar) from 2.1.2 to 2.1.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.32.0. Release notes Sourced from eslint's releases. v8.32.0 Features fc20f24 feat: add suggestions for redundant wrapping in prefer-regex-literals (#16658) (YeonJuan) Bug Fixes b4f8329 fix: ignore...
Bumps [openapi-sampler](https://github.com/APIs-guru/openapi-sampler) from 1.1.0 to 1.3.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [yaml](https://github.com/eemeli/yaml) from 1.10.2 to 2.2.1. Release notes Sourced from yaml's releases. v2.2.1 Quote top-level map keys containing document markers (#431) v2.2.0 New Features Add flowCollectionPadding toString option (#420) Use...