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

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

### Is your feature request related to a problem? Please describe. I have a defined OpenApi spec with a PUT method that takes an array of Strings as one of...

Enhancement: Feature

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

Issue: Bug

### Is your feature request related to a problem? Please describe. When setting query parameters for arrays The request does not follow the expected request format on the server side....

Enhancement: Feature

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

Issue: Bug

Add usage of generateClientAsBean annotation in RestClient and Webclient templates and include it in documentation. It leverages the same mechanisms as the resttemplate library template ie: add the following template...

Client: Java
Enhancement: Feature

@wing328 , this adds that option to enable use of MaxTimeout over Timeout, but it defaults to the non-obsolete option by default. Fix #19525. ### PR checklist - [x] Read...

Breaking change (with fallback)
Client: C-Sharp
Enhancement: Code Cleanup

For ktor 3.0.0 compatibility, an import must be updated in HttpBasicAuth.kt I basically did a project wide find-and-replace for the offending import Fixes issue #19447 ### PR checklist - [x]...

Client: Kotlin
Enhancement: Compatibility
Issue: Bug

When `additionalProperties` is set to `true`, use an `additionalProperties` attribute and `@JsonAnySetter` and `@JsonAnyGetter` annotations instead of extending `HashMap`. This fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/17361 only for the `resttemplate` library. I...

Client: Java
Issue: Bug