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

##### Description Recently, we upgraded our Java projects from version 11 to 21 and transitioned to using the openapi-generator-cli to support OpenAPI 3, moving away from Swagger 2.0. After completing...

### Is your feature request related to a problem? Please describe. I'm using the `new.sh` script to create a new custom generator, but I'm doing so outside of the context...

Enhancement: Feature

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

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

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

Hi, I'm using openapi-generator with the option "useSPMFileStructure=true" This is the command line use `openapi-generator generate -i swagger.yaml -o OpenAPI/generated -g swift5 --model-name-suffix Remote --additional-properties=generateModelAdditionalProperties=false,hashableModels=true,objcCompatible=false,responseAs=Combine,useCustomDateWithoutTime=true,useSPMFileStructure=true` Since version 7.5.0, when I...

Issue: Bug

This changes fixes routes which have freeform types. Previously they were just represented as "Object", and didn't have any default value. The freeform schemas now are of type usjon.Value, with...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies
python

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

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