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)
We are using open API to generate kotlin classes, i noticed there is no option to add validiation message in open api spec. Example: Here when the name fails the...
### Is your feature request related to a problem? Please describe. When downloading larger files via the generated API I miss a possibility to get the download progress. This could...
#### 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]...
Hello , I am using the openapi generator in one of my node project.I have tried below 2 ways to generate code, 1. Using https://editor.swagger.io/ and then generated code for...
#### 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/))? - [...
Please add this to the 8.0 milestone. ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull...
This came up in #12804. This also occurs in the quarkus library. _Originally posted by @KnechtRootrecht in https://github.com/OpenAPITools/openapi-generator/issues/12804#issuecomment-1639804266_
#### 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]...
### 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...
Kotlin Client openapi generator version 7.6.0 ##### Description Generated interfaces have `@Serializable` and classes `@Serializable@Serializable` annotations which requires manual correction. ##### openapi-generator version 7.6.0 ##### Steps to reproduce My gradle...