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 114 openapi-generator-cli issues
Sort by recently updated
recently updated
newest added

# 🐛 Bug Report: ### Describe the bug When running `openapi-fetch` or other openapi commands, I get the following error: ``` Failed to read _auth from ~/.npmrc ``` My `.npmrc`...

bug

Could we provide a way to use environment variables in the openapitools.json file ? This would provide an easy way to pass credentials when using a corporate repository for instance....

bug

I have MIME encoded filename in Content-Disposition header like "=?UTF-8?Q?Invoice_4.png?=" ApiClient does not decode it before sanitizing and fails on temporary file creation. ` if (matcher.find()) { filename = sanitizeFilename(matcher.group(1));...

bug

I have to ask github copilot for the additionalProperties that are available for my generator. I think they should be specified in the config.schema.json.

bug