openapi-generator icon indicating copy to clipboard operation
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)

Results 1209 openapi-generator issues
Sort by recently updated
recently updated
newest added

### Issue with / in value ``` @derive Jason.Encoder defstruct [ :hate, :"hate/threatening", ``` Please recommend, what would be recommend way of fixing, so that decode would work nice? I...

Enhancement: Feature

#### Bug Report Checklist - [ ] 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/))?...

Issue: Bug

This PR added new additionalProperty "methodNamingConvention" to handle special cases with mutiple properties like "test" and "_test" which will end in the same getter and setter "getTest". (e.g. [Rocket.chat](https://raw.githubusercontent.com/RocketChat/Rocket.Chat-Open-API/refs/heads/main/messaging.yaml) GetApiV1ImList200ResponseImsInner.php)...

**Is your feature request related to a problem? Please describe.** I am from EKS team, for some EKS clusters where cuatomers are using OpenAPI-Generator we have observed this user-agent `OpenAPI-Generator/29.0.0/python`...

Enhancement: Feature

…sitory The versions that are coming from the jackson-datatype-threetenbp are outdated and cause an issue when generating. There are interopability issues between jackson 2.15.2 and 2.16.0 and above. The dependency...

This PR fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/19862. Currently, the generated code for `python-pydantic-v1` tries to decode the response using `utf-8`. This fails when the response uses character sequence that is not...

Client: Python
Issue: Bug

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

Issue: Bug

#### 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/))? - [...

Issue: Bug

#### Bug Report Checklist ##### Description The `python-pydantic-v1` generated code fails to raise proper exception content when response is not UTF-8. ##### openapi-generator version Spotted in v7.8.0 but problem still...

Issue: Bug

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

Issue: Bug