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 ([example](https://apitools.dev/swagger-parser/online/))? - [x]...

Issue: Bug

### Problem I need to use the generated Client classes through Dependency Injection, including configuration. To achieve this, I would write something like the below for each client, when configuring...

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/))? - [...

Issue: Bug

### Is your feature request related to a problem? Please describe. Manage null safety for object properties with Spring annotations (`@NonNull`, `@Nullable`). Example: https://www.baeldung.com/spring-null-safety-annotations ## Describe the solution you'd like...

Enhancement: Feature

This PR adds first-class timeout support to the typescript-fetch generator so users can prevent requests from hanging indefinitely. Why? The current typescript-fetch client doesn’t offer any way to cancel or...

### Is your feature request related to a problem? Please describe. When using the **python-fastapi** generator, the generated endpoints do not set the `status_code` argument on the FastAPI route decorators,...

Enhancement: Feature

### Is your feature request related to a problem? Please describe. When generating models, http clients interfaces and implementations with `library: spring-http-interface`, I've noticed 2 limitations: 1. the generated `HttpInterfacesAbstractConfigurator`...

Enhancement: Feature

This fixes the probles with #17790 by only changing object literals and null prototype objects. This fixes #11746 --- This produces type definitions that aren't compatible with the typescript-axios client:...

Fixes #20599 As reported in the mentioned issue, openapi-generator currently generates unused imports when the UmarshalJSON func is not generated and the Go compiler will refuse to accept a program...