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

### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides details about how...

### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...

Client: Kotlin
Enhancement: Feature
Feature: OAS 3.0 spec support

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

fix #18345 To reproduce the problem, it's sufficient to use the `spring` generator with `delegatePattern=true` on this input: ```yaml openapi: 3.0.3 info: title: Swagger Petstore - OpenAPI 3.0 description: ''...

The generated code for java with `okhttp-json` has a problem. For some in-house reason we can't use Jackson libraries. Until version 7.2.0 the file **`JSON.java`** is generated with a Google...

Issue: Bug

This fixes the import issues raised in [issue 5153](https://github.com/OpenAPITools/openapi-generator/issues/5153) ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull...

Issue: Bug
Server: Go

Followup for PR #18164 - Optimising fix for additional properties. Added missing types in typescript. Updated tests for Java. FYI: @TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09)...

While #18465 is only about the native client, I've also upgrade JUnit4 to JUnit5 in all other *.mustache files. I'm not sure which api_tests should generate disabled tests, but I...

Client: Java
Enhancement: CI/Test

##### Description When working on an enhancement of the typescript-axios generation I've noticed fields missing in the generated classes. [This PR](https://github.com/OpenAPITools/openapi-generator/pull/15682) changed the way inline schemas are handled. This was...

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