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)
When `additionalProperties` is set to `true`, use an `additionalProperties` attribute and `@JsonAnySetter` and `@JsonAnyGetter` annotations instead of extending `HashMap`. This fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/17361 only for the `feign` library. I...
When `additionalProperties` is set to `true`, use an `additionalProperties` attribute and `@JsonAnySetter` and `@JsonAnyGetter` annotations instead of extending `HashMap`. This fixes the issue https://github.com/OpenAPITools/openapi-generator/issues/17361 only for the `webclient` library. I...
#### 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/))? -...
# 🐛 Bug Report: ### Describe the bug When using openapi-generator-cli version 7.9.0 to generate Python client code with the `--api-package` option, the generator does not create an `__init__.py` file...
Fix duplicated operationId with new rule in normalizer: - `FIX_DUPLICATED_OPERATIONID`: When set to true, an integer suffix will be added to duplicated operationId(s), e.g. getName => getName_0, getName_1, etc Example:...
Currently a few of the typescript generators have an option for choosing if enums are generated as first-class `enum`s, or as unions of strings. This PR expands that option to...
Currently, generated API modules set headers with the following function: ``` request |> add_param(:headers, :"Foo-Id", foo_id) ``` This works well with the default Tesla adapter, but when changing the adapter...
#### 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/))? -...
### Is your feature request related to a problem? Please describe. Currently the JaxRS generator differs from a lot of other generators in the Java space (JavaSpring, and Java, specifically)...
#### 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]...