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 - [ ] 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/))? -...

Client: TypeScript
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

Based on [this](https://github.com/spring-projects/spring-boot/issues/8441) I have replaced RequstPart with RequestParam when the part is not a file. Ping technical committee: @bbdouglas (2017/07) @sreeshas (2017/08) @jfiala (2017/08) @lukoyanov (2017/09) @cbornet (2017/09) @jeff9finger...

##### Description Found this issue with the java-vertx-web code generator. I've seen this in 5.1.1 and also in latest 6.0.1. Code generation issue when enum is used in a parameter....

Issue: Bug

##### Description If operationId is a string beginning with capital letter, like ListPets instead of listPets, then the generator creates code that mounts the operation with listPets instead of ListPets....

Issue: Bug

##### Description To reproduce: - generate go files with "client.go" into ".openapi-generator-ignore" Expected: Generated sources can be compile as usual Actual: It doesn't compile anymore because method "newStrictDecoder" doesn't exist...

Issue: Bug

##### Description Problem found in file: `modules/openapi-generator/src/main/resources/php-symfony/model_variables.mustache`. ``` {{#minimum}} {{#exclusiveMinimum}} * @Assert\GreaterThan({{minimum}}) {{/exclusiveMinimum}} {{^exclusiveMinimum}} * @Assert\GreaterThanOrEqual({{minimum}}) {{/exclusiveMinimum}} {{/minimum}} {{#maximum}} {{#exclusiveMaximum}} * @Assert\LessThan({{minimum}}) {{/exclusiveMaximum}} {{^exclusiveMaximum}} * @Assert\LessThanOrEqual({{minimum}}) {{/exclusiveMaximum}} {{/maximum}} ``` Looks...

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/))? - [x]...

Issue: Bug

### Is your feature request related to a problem? Please describe. During development, we noticed a problem related to the python generator. It would raise "ApiAttributeError" when converting a json...

Client: Python
Enhancement: Feature