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

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

### Is your feature request related to a problem? Please describe. I have use cases where I am needed to get a more specific error code than the basics HTTP...

Enhancement: Feature

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

This PR tackles a few serialization issues in the Python generator templates: serialization of dictionaries and integers in `multipart/form-data` requests. I generated a `library=asyncio` client using latest `master` and [`modules/openapi-generator/src/test/resources/3_0/form-multipart-binary-array.yaml`](https://github.com/OpenAPITools/openapi-generator/blob/f8a5051d9c53159ff26bd83be2084f155006f87f/modules/openapi-generator/src/test/resources/3_0/form-multipart-binary-array.yaml)....

This is really a total overhaul of the 8 years old submitted erlang generator. It is not only very buggy but also quite incomplete. Changes are many, and they're breaking....

Breaking change (with fallback)
Enhancement: New generator
Server: Erlang

Fixed #17877 OpenAPI allow set to one operation multiple content types for request body, but in main frameworks we need to divide this operation to multiple methods - with the...

Fixes #19398 For context, `useJakartaEe` has never had effect on the validation-api - it only impacted annotation-api. #18332 and #19171 aligned the validation-api to use `jakarta.*` package as a previous...

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

##### Description `ObjectSerializer::isEmptyValue` consider `"0"` as `""` and instead of a zero wrapped in a string we're going to have an empty string which causes failure: ``` [422] Client error:...

Issue: Bug