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

Hello, i'd like to know if there is an option for generator or in the contract in order to choose the signature generated for each service ? **Context** In my...

##### Description Generator creates code like this: ```kotlin protected inline fun request(requestConfig: RequestConfig): ResponseEntity { return prepare(defaults(requestConfig)) .retrieve() .toEntity(object : ParameterizedTypeReference() {}) } ``` This code das not compile anymore...

Issue: Bug

The instanceOf type guard functions check for TypeScript property names (camelCase) instead of JSON property names (in my case snake_case), causing runtime type validation to fail for discriminated unions. I...

### Is your feature request related to a problem? Please describe. Possible to replace the json.net newtonsoft dependency with System.text.json

Enhancement: Feature

Fixes #22267 Tagging the committee as stated in the checklist: @TiFu @akehir @petejohansonxo @amakhrov @davidgamero @mkusaka @joscha ### Change Description Externalise the query parameter assignment into a separate mustache script...

##### Description The Python client typing for anyOf if not properly generating python Unions when there are two or more (non-None) types in the anyOf ##### openapi-generator version openapi-generator-cli version...

Issue: Bug

#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? -...

Issue: Bug

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

### Is your feature request related to a problem? Please describe. With the current csharp generators (except generichost), there is a confusion between required and nullable fields. Nullable fields and...

Enhancement: Feature