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

Used to be a code path (where isFreeFormObject and something else) where we could end up with two `: None` `: None`'s. (See the added test for how to reproduce...

Helpful Quality of Life to reduce verbosity. Before PR: ```rust let apple_fruit = Fruit::Apple(Box::new(Apple { seeds: 5 })); ``` After PR additional option is added: ```rust let apple_fruit: Fruit =...

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

@lombok.NonNull needed by @lombok.RequiredArgsConstructor, only when both @lombok.RequiredArgsConstructor is defined and performBeanValidation is false, the @lombok.NonNull will be there. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x]...

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

This update addresses a number of pain points I've encountered while using the Dart2 generator. I understand that this generator is considered deprecated, but as there has been no serious...

This PR introduces a new mustache lambda function "kebabcase". The lambda will accept any input and convert it to kebab case, the function will remove any special characters along the...

I am migrating our frontend to use Vite. We are using the OpenAPI generator Axios client to generate all our API code from a specification. I have generated the code...

Issue: Bug

The Bitbucket Cloud API has "ref" as a swagger symbol. Thus on master it fails with a reserved word error. After this change, this should work: ``` $ ./run-in-docker.sh generate...

### Is your feature request related to a problem? Please describe. When invoking requests via the ApiClient generated for jersey2/3, the expiry date of the access token is not checked....

Enhancement: Feature