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)
#10661 This PR replaces the deprecated Apache Oltu library with ScribeJava for the Java OkHttp client. It also tries to improve the OAuth code as follows: - uniforming the OAuth...
#### 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]...
fix #17547 fix #13459 This PR is part of the effort to split PR https://github.com/OpenAPITools/openapi-generator/pull/17548 Numeric enums of the form: ```yaml some_enum: type: integer enum: - 1 - 2 ```...
When I am generating doc files using OpenAPI, sometimes tags like summaries or descriptions contain text that won't look so pretty in md files (e.g. generates common Markdown mistakes like...
### 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 details about how...
#### 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] ALL Specs Have you provided a full/minimal spec to reproduce the issue? - [X] All Specs Have you validated the input using an OpenAPI...
### Is your feature request related to a problem? Please describe. The Rust client uses hyper v0.14, while v1.1.0 exists. Presumably the more modern v1 release should be used. ##...
Details are in [here](https://github.com/OpenAPITools/openapi-generator/issues/17782). No Breaking Changes FYI @antihax @grokify @kemokemo @jirikuncar @ph4r5h4d @lwj5 ### PR checklist - [X] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [X] Pull Request title clearly describes...
#### 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/))? **impossible due...