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)
### In Rust Oauth/JWT is not fully support Currently the Rust-server (and client) code based on Hyper does not fully support oAuth/JWT. If you want to have a working solution...
#### Bug Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? Started from 6.0.0 (5.4.0 worked perfectly) - [x] Have you validated the input using...
PR for okhttp-gson and google-api-client of #18470
PR for microprofile of #18470
PR for openapi poms and codegen tests of #18470
PR for java native of https://github.com/OpenAPITools/openapi-generator/pull/18470
PR for apache-httpclient of https://github.com/OpenAPITools/openapi-generator/pull/18470
PR for resteasy of https://github.com/OpenAPITools/openapi-generator/pull/18470
Bump Rust edition to 2021 and a few crates. Fixes: https://github.com/OpenAPITools/openapi-generator/issues/18609 ### 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...
##### Description In the openApiSpec it is possible to define a schema with properties, where one property can be defined directly or be using _oneOf_ _anyOf_ or _allOf_ and passing...