openapi-generator
openapi-generator copied to clipboard
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
hi, i'm having problems when my client try to read the following enum: "enum": [ "NONE", "PROCESS_UNUSED", "TESTCASE_MISSING", "TESTCASE_FAILED_OR_PENDING" ] after some debug, i found out probabily there is a...
In case someone is using FastaAPI as a backend generating a python client. I literally spent hours to resolve this issue: ```bash Exception in thread "main" java.lang.RuntimeException: Error! Codegen Property...
### Is your feature request related to a problem? Please describe. This is used by tooling such as the Kubernetes Python SDK. I can't connect using SOCKS5 proxy, but can...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? -...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - [X] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [X]...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator? - [x] Have...
Add configuration option `generateGenericResponseEntity` for Spring generator to allow generating generic `ResponseEntity` controller-method return type. Fixes #1096, fixes #17520 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x]...
This fixes the issue with enum values being used instead of enum names. This is problematic when the values contain symbols that can't be a C++ variable. This also fixes...