openapi-generator-cli
openapi-generator-cli copied to clipboard
A node package wrapper for https://github.com/OpenAPITools/openapi-generator
# 🐛 Bug Report: ### Describe the bug This commit which swapped to a new HttpModule implementation completely removed the ability to use the CLI behind any kind of proxy....
# 🐛 Bug Report: ### Describe the bug Description Failed to run the command for setting the version `openapi-generator-cli version-manager set 5.3.0` ### Describe the bug 1. execute `openapi-generator-cli version-manager...
# 🐛 Bug Report: ### Describe the bug Generating in MacOS gives the following error: ```sh Unable to query repository, because of: "Socket connection timeout" Response: /opt/homebrew/lib/node_modules/@openapitools/openapi-generator-cli/main.js:1034 Object.entries(error.response.headers).forEach(a => this.logger.log(...a));...
# 🐛 Bug Report: Hi, How I can rename default service generated from file yaml?  This is my script npm: "generate:api": "rimraf build && openapi-generator-cli generate -g typescript-angular -i...
[BUG]
# ⚠️ Important Notice ### Please differentiate the bug This repository is not responsible for the actual code generation. If you have problems with the code generation, please open the...
# 🐛 Bug Report: ### Describe the bug The openapi generator specifies the ability to provide custom files/templates (https://openapi-generator.tech/docs/customization). This feature does not work with the current version of the...
# 🐛 Bug Report: ### Describe the bug How to generate code for specific endpoint? specifying `--globalProperty=apis=user` is not working. ### Steps to Reproduce 1. Create `openapitools.json` with `globalProperty` such...
network response: {"code":"","message":"","current":1,"data":null,"pageSize":20,"success":true,"total":0} response data is null, Report an error Uncaught (in promise) Error: TypeError: Cannot read properties of null (reading 'map') at _callee$ (useFetchData.js:194:19) at tryCatch (regeneratorRuntime.js:44:17) at Generator....
hi, everyone, i'm using openapi-generator-cli for generate TS services and models I m using Symfony 4 with Doctrine and API Platform to build the backend of my application. I generated...
openapi generate could not handle enumerations defined with anyOf, it will generate an empty enumeration class, i think the correct behavior is generating enumeration class with the values defined in...