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)
The rust-axum generator creates a single `Api` trait that holds all operations. This PR instead creates a trait for each tag. This allows for more flexibility in how the api...
…tter OpenAPI JSON #9969](https://github.com/OpenAPITools/openapi-generator/issues/9969) - Handling `std::set` in cpp-restdsk [cpp-pistache-server] taking into account a remark on this issue about cpp-pistache-server and its set management - Switching `std::vector` to `std::set` for...
I am using Java 17 and Spring Boot 3. generator : Java library : webclient ##### openapi-generator version 7.1.0 ##### OpenAPI declaration file content or url ##### Command line used...
resolves #18629 Add lambda call to `camelcase` to correctly handle hyphen separated security schemes when generating the `AuthInfo` class in Java vertx client. Steps to validate this branch: 1. Checkout...
#### 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]...
Resolves https://github.com/OpenAPITools/openapi-generator/issues/18261 to support generation of Helidon 4 MP clients and servers. (A later PR will add support for Helidon 4 SE clients and servers.) Key changes: 1. Update the...
##### Description I want to show a `description` and `example` of fields of type `object` but the generated code leaves the `example` field `null` and the `description` field as an...
#### Bug Report Checklist - [/] 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/))? -...
Fixes #17461. Similar to #12195 but there does not seem to be solved type import issued for `withSeparateModelsAndApi` and as far as i saw, all the changes have already been...