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. Microsoft [announced ](https://learn.microsoft.com/en-us/dotnet/core/resilience/?tabs=dotnet-cli)that Microsoft.Extensions.Http.Polly is deprecated. ### Describe the solution you'd like We should adopt one of the supported...

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

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

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

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

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

Refactor apiService.mustache to include MCP server support and enhance operation methods. The goal is to directly generate a MCP server in quarkus. Two extensions are used : - x-enable-mcp-server :...

### Is your feature request related to a problem? Please describe. Hi team, currently one of the key feature that I find extremely powerful is of course the data model...

Enhancement: Feature

Many Kotlin/mobile developers need to work with APIs **without depending on a running backend**. Currently, offline development or mock flavors require either: - Maintaining large amounts of hand-written or recorded...

Enhancement: Feature

This change prevents type casting issues between float and int when multiple `json` accept headers can be used: `Argument #2 ($weight) must be of type int, float given`. cc @jebentier...