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

As described in #18580 the rust-axum generator has the useful option `disableValidator`. Until now when enabled it skipped calling the validation functions in the generated handler. But it would in...

No matter which library I use (even with httpclient), logging seems to be disabled. When I try with a separate HttpClient (without using the generated client), I get the usual...

Issue: Bug

Description Server Stub Generator for Azure Functions openapi-codegen version 3.3.4 Open API declaration file content or url N/A Command line used for generation N/A Steps to reproduce N/A Related issues/PRs...

##### Description Regression in 7.5.0: Using different Content Types results in Accept Header generated as [Ljava.lang.String;@XXXXXXXX ##### openapi-generator version Broken since 7.5.0. 7.4.0 works as expected ##### OpenAPI declaration file...

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

When components/schema/ reference other objects, validate() was getting called on the referenced objects with no arguments. The return value was void, but checked as if it was a boolean value....

Issue: Bug
Server: C++

### Is your feature request related to a problem? Please describe. It would be great to place models like `GetUsers200Response.php` into `Models/Responses` instead of just `Models`. When client library becomes...

Enhancement: Feature

### Is your feature request related to a problem? Please describe. Se ticket #15494 ## Describe the solution you'd like The generatedConstructorWithRequiredArgs should also work for the java generator, currently...

Enhancement: Feature

##### Description The generator emits objects with camelCase properties, but in cases where they should be omitted for being readonly, it omits them by snake_case, which is incorrect. The issue...

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