openapi-generator
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)
### 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...
#### 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...
#### Bug Report Checklist - [✅] Have you provided a full/minimal spec to reproduce the issue? - [✅] Have you validated the input using an OpenAPI validator? - [❌: I...
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? -...
[BUG] [Python] Configuration template unconditionally dependency on urllib3 when httpx is specified
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator? -...
#### 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...
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...
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...
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...