openapi-generator
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)
#### 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/))? -...
#### 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]...
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....
##### 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....
##### 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...
##### 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...
#### 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]...
#### 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]...
### 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...