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

[python-experimental] reduces python version to ___ This will make python-experimental easier to switch to Python 3.7 was listed in https://github.com/OpenAPITools/openapi-generator/issues/13427 TODO: - reduce python version to 3.7 - Use https://pypi.org/project/typing-extensions/...

### Is your feature request related to a problem? Please describe. When using API functions generated from this, I want to be able to also use the enum types. The...

Enhancement: Feature

Attempt to make useOneOfInterfaces configOption usable. #13484 #11715

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

##### Description Specify an Angular version 14.x leads to unresolvable dependencies during "npm install": ``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm...

Issue: Bug

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

Client: C-Sharp
Enhancement: General

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

To fix https://github.com/OpenAPITools/openapi-generator/issues/13425 ### 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...

Client: TypeScript
Issue: Bug

To fix #13393. By passing along the queryparams to the UriComponents builder it should encode them where needed. I would think the manual building of the query string should not...

…dation in spring codegen Support for bean validation annotations for request headers was added in spring codegen, similarly how it currently works for query params. This implements the issue #12726...

Enhancement: General
Server: Java
Server: Spring