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)
### Is your feature request related to a problem? Please describe. I noticed that the documentation generated by julia-client openapi-generator generates a separate `.md` file for each `Response Object`, but...
The upcoming spring framework 6.1 (planned release date on November 15th, 2023) comes with a new RestClient (next to other 2 spring alternatives : RestTemplates & webclient). It would make...
#### 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/))?...
Resolves: #4837 Addresses an issue with the conversion of enum values to valid variable names. When the enum value is a string and contains multiple words without separators (e.g., `TestCase`),...
### Is your feature request related to a problem? Please describe. Back in the middle of march 2024 [jakewharton retrofit2-kotlinx-serialization-converter](https://github.com/JakeWharton/retrofit2-kotlinx-serialization-converter) was deprecated as it was moved to a [first party...
### Is your feature request related to a problem? Please describe. I am attempting to create automated tests and documentation from a complex schema object. The language I am currently...
#### 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]...
##### Description When System Properties contain non String keys, the following exception is thrown: ``` java.lang.ClassCastException: class java.util.concurrent.locks.ReentrantLock cannot be cast to class java.lang.String (java.util.concurrent.locks.ReentrantLock and java.lang.String are in module...
Addresses issue: https://github.com/OpenAPITools/openapi-generator/issues/18600 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the work in the pull request and Pull Request description provides...
### Is your feature request related to a problem? Please describe. Generated Rust clients often contain functions with > 7 args which violates the Rust clippy `too_many_arguments` rule. ## Describe...