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

### Is your feature request related to a problem? Please describe. I couldn't find a solution to define a generic response for open-api Spring generator or in general for the...

Enhancement: Feature

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

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

This PR added a new `reqwest-trait` generator that was requested in https://github.com/OpenAPITools/openapi-generator/issues/11319. This implementation uses traits as the primary interface using APIs. This has 2 primary benefits * We do...

Client: Rust
Enhancement: New generator

Reverts a part of https://github.com/OpenAPITools/openapi-generator/pull/19715 and handles the duplicate operation id better. ### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes...

### Is your feature request related to a problem? Please describe. Comparing models is complicated when not having an equals method. Methods like (some) collection's contains() also don't work properly....

Enhancement: Feature

When you define a schema with an enum discriminator and you use allOf to include the parent schema in the child schema the current generated code fails to compile due...

##### Description When using basic types in a oneOf the generated code is importing the basic type like this: ###### Actual: ``` import type { TestA } from './TestA'; import...

Issue: Bug

We are developing a Blazor (client sided) Frontend. Inside this Frontend we want to use a generated OpenAPI-Client to ease the access to our Backend. These are the options we...

Issue: Bug

Fixes #19601 (and fixes #19557) | [REQ][Java][Spring] Process and generate variables/objects (and their annotations) recursively in mustache ## 1st round - Changes in mustache templates related to POJO and bean...