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

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

![image](https://github.com/user-attachments/assets/cb864de0-5c25-415a-b475-b9e1460c9aad) Can't uzip archive properly

Issue: Bug

Like for java native, okhttp and jersey add the possibility to group all parameters into one (object) when `useSingleRequestParameter ` is set `true`. ## Describe the solution you'd like A...

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

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

Issue: Bug

CRUD is mostly boilerplate code so its code can be generated in order to avoid writing it from scratch. This could be done by adding operations for CRUD for the...

Enhancement: Feature

#### Bug Report Checklist - [v] Have you provided a full/minimal spec to reproduce the issue? - [v] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))? - [...

Issue: Bug

### Is your feature request related to a problem? Please describe. Yes, missing support for OAS 3.0 feature of `readOnly` and `writeOnly` properties within a model. Discussion came up on...

Enhancement: Feature
Feature: OAS 3.0 spec support