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]...
#### 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][JAVA] Using incorrect @Multipart instead of @FormParam when generated Microprofile java client
#### Bug Report Checklist ##### Description When java client with microprofile is generated (in quarkus), for request with "application/x-www-form-urlencoded" consumes, incorrect annotations are present. ##### openapi-generator version Open api version...
[BUG][Kotlin] When using additional properties as an array it doesn't specify List's type correctly
#### 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]...
##### Description OpenApi allows to define an open ended object (map). When generating Kotlin code for it, the class declaration contains a compile error. `data class Metadata(...) : kotlin.collections.HashMap{` is...
Resolves: #13615 Basically all of the generators, but Micronaut are generating duplicated routes in the presence of multiple tags. I believe this is a bug and only the Micronaut implementation...
### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - > Using the full [Stripe API spec](https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json). - [X] Have you validated the...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - > Using the full [Stripe API spec](https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json). - [X] Have you validated the...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? - > Using the full [Stripe API spec](https://raw.githubusercontent.com/stripe/openapi/master/openapi/spec3.json). - [X] Have you validated the...