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 The Erlang-client generator does not apply `--name-mappings` which are e.g. necessary to work around a field called `_`. ##### openapi-generator version 0e05cf26d94 ##### OpenAPI declaration file content or...

Issue: Bug

##### Description The Elixir generator does not apply `--name-mappings` which are e.g. necessary to work around a field called `_`. ##### openapi-generator version 0e05cf26d94 ##### OpenAPI declaration file content or...

Issue: Bug

based on #18620 ### 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...

based on #18618 ### 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 I am using api.yaml file which is being used to generate. the generated swagger url json doesn't have securityschemes. I tried pasting the json content into swagger editor...

Using version 6.0.0 The generated models contain the following annotation: `@JsonIgnoreProperties( value = "type", // ignore manually set type, it will be automatically generated by Jackson during serialization allowSetters =...

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

Currently, trying various syntax and versions, examples cannot be converted to Asciidoc. Is this a bug? If not, please advise on how to export examples in OpenAPI 3.0 and above...

Issue: Bug

### Is your feature request related to a problem? Please describe. - In java, while generating polymorphic deserialization based on sub types, there's an option to specify default implementation class...

Enhancement: Feature