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

Closes #19406 Add support for the option `useSingleRequestParameter` to Java Spring RestClient ### 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...

### Is your feature request related to a problem? Please describe. Currently, this is supported in spring: https://openapi-generator.tech/docs/generators/spring/#supported-vendor-extensions. Simply want that support to be available in https://openapi-generator.tech/docs/generators/kotlin-spring ## Describe the...

Enhancement: Feature

### Is your feature request related to a problem? Please describe. Spring has its own Http interface description, which will be further developed in the future to use server and...

Enhancement: Feature

Fixes the bug described in #19461 by only using the primitive variants if a property is both required and non-nullable. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). -...

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

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

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

Use "generatorName": "java-micronaut-server", "serializationLibrary": "micronaut_serde_jackson", "modelPropertyNaming": "original" ##### Description Have a model: ``` Battery: type: object properties: battery_id: type: string slot_id: type: integer format: int32 lock_status: type: integer format: int32...

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

Issue: Bug