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

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

Enhancement: Feature

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

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

Issue: Bug

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

Issue: Bug

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_

Issue: Bug
Server: Java

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

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

Enhancement: General
Client: Zapier

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

Issue: Bug