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)
#### 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]...
### 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...
#### 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/))? - [...
#### 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/))? -...
### 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....
#### 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/))? -...
feat(java client): Generalize generateClientAsBean for webclient and restclient libraries (#19229)
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...
@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...
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]...
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...