openapi-generator-cli icon indicating copy to clipboard operation
openapi-generator-cli copied to clipboard

A node package wrapper for https://github.com/OpenAPITools/openapi-generator

Results 125 openapi-generator-cli issues
Sort by recently updated
recently updated
newest added

# 🐛 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

# 🐛 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

# 🐛 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

# 🐛 Bug Report: Hi, How I can rename default service generated from file yaml? ![image](https://github.com/OpenAPITools/openapi-generator-cli/assets/77487424/a4b64b0d-0264-4d27-ad47-c2ac3d67e2d6) 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

# 🐛 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

# 🐛 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...

bug

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....

bug

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...

bug

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...

bug