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

Changes inner enum data types to be Classname.Enumname so it can be used everywhere. Adds CodegenProperty isInnerEnum so we know if we need to append the classname to the datatype...

Client: C-Sharp
Enhancement: General
Issue: Bug

Please merge https://github.com/OpenAPITools/openapi-generator/pull/12160 first. Adds the ability to inherit the api. This enables library authors to validate server request parameters and process server responses. ### PR checklist - [x] Read...

### Is your feature request related to a problem? Please describe. The swift5 generator generates API classes with class method, which are static, and use static configuration (the generated `ClientAPI`...

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

Fixes #13460 This PR adds better support for array-of-arrays such that non-nullable/required properties will no longer generate invalid dart code. This just required changes to the native_class.mustache file ### PR...

Fix https://github.com/OpenAPITools/openapi-generator/issues/8822 ### 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...

Issue: Bug
Server: Java
Server: Spring

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

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

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

### Status Quo Currently it is not possible to pass any additional per-request configuration to middleware/interceptors used by the clients created by `typescript-fetch` generator. An example where such configuration is...