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)
Fixes #22505 Kotlin client API templates now pass through enum defaults of operation parameters as raw values. Prevents incorrect HTML-escaping of Kotlin backticks if the default enum constant is a...
#### 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? - [ ]...
#### 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? - [x] Have...
# Pull Request: Fix Rust generator issue with anyOf field naming conflicts ## Description This PR fixes a bug in the Rust client generator where an `anyOf` field in a...
Bumps [@angular/compiler](https://github.com/angular/angular/tree/HEAD/packages/compiler) from 20.3.6 to 20.3.15. Release notes Sourced from @angular/compiler's releases. 20.3.15 compiler Commit Description prevent XSS via SVG animation attributeName and MathML/SVG URLs 20.3.14 http Commit Description prevent...
#### 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 - [ ] 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 Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? - [x] Have you validated the input using an OpenAPI validator? - [ ]...
Fixes https://github.com/OpenAPITools/openapi-generator/issues/22344. When a `discriminator` is specified for `oneOf` and the field is also a **required** field in one of the possible variants of `oneOf`, set a default value for...
### 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...