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 I noticed that the code generator parameters I can pass to the CLI and the Maven Plugin differ. When we consider Java as target language, here...

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

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

Client: Scala
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...

Client: Scala
Issue: Bug

https://github.com/OpenAPITools/openapi-generator/issues/14569 Added `enumType` generator argument: - `stringUnion` - `"available" | "pending" | "sold"` - `enum` - `{ Available = 'available', Pending = 'pending', Sold = 'sold' }` ### PR checklist...

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

##### Description When using oneOf for an array it generates in a way that array of single value can not be empy. If you leave out the oneOf and have...

Issue: Bug

Currently when a min/max value for a number field is not respected, the api only returns a generic error message without providing any useful information to fix the request. This...

When a default value is set for an object property, ensure it is set into the struct before decoding the JSON body. Fix OpenAPITools#4579

Enhancement: General
Server: Go

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