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

Issue: Bug

### Is your feature request related to a problem? Please describe. Api Client is generated with scopes that are comma separated and there is no way to change it. See...

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

Issue: Bug

### Is your feature request related to a problem? Please describe. ```yaml responses: '200': description: '' content: application/json: schema: type:... '409': ... '500': ... ``` There are many responses in...

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

Issue: Bug

#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? -...

Issue: Bug

### Is your feature request related to a problem? Please describe. I have a spec.yaml file with an object having two date attributes, but with a different format (once "yyyy-MM-dd"...

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

Issue: Bug

fixes #22487 After inspection, it was found that, apart from spelling errors, jsob did not handle the style changes introduced in helidon v4 as jackson did. 1.Correct the spelling errors...