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

hi, i'm having problems when my client try to read the following enum: "enum": [ "NONE", "PROCESS_UNUSED", "TESTCASE_MISSING", "TESTCASE_FAILED_OR_PENDING" ] after some debug, i found out probabily there is a...

Issue: Bug

In case someone is using FastaAPI as a backend generating a python client. I literally spent hours to resolve this issue: ```bash Exception in thread "main" java.lang.RuntimeException: Error! Codegen Property...

### Is your feature request related to a problem? Please describe. This is used by tooling such as the Kubernetes Python SDK. I can't connect using SOCKS5 proxy, but can...

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

Issue: Bug

#### Bug Report Checklist - [x] 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

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

Add configuration option `generateGenericResponseEntity` for Spring generator to allow generating generic `ResponseEntity` controller-method return type. Fixes #1096, fixes #17520 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x]...

This fixes the issue with enum values being used instead of enum names. This is problematic when the values contain symbols that can't be a C++ variable. This also fixes...

Client: C++
Enhancement: Feature
Feature: Enum