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)
Currently it is not possible to control whether metadata files are created even though there is already a flag for it. This PR exposes the flag as a global property....
resolves #12339 I added fix for wrongly html encoded backticks for reserved words as shown in the example below. ## Example ```yaml openapi: "3.0.3" info: title: "Kotlin" version: "1" paths:...
@wing328 @jimschubert ### 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...
This changes how x-enum-varnames behaves. Issue #3246 already describes the problem quite well, but to summarize, the current codegen just takes the value specified by x-enum-varnames and sets the enum...
Instead of relying on Guzzle directly, depend on a psr/http-client-implementation (AKA PSR 18). This is a metapackage which implementations can declare they provide, all the major ones already do (including...
This PR addresses issue #10219. The Go client generator does not include properties from `allOf` dependencies in generated models. This is solved by embedding the parent models into the generated...
Fix #12514 ### 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...
Updated moustache files to support jakarta extension & spring boot 3 refer https://github.com/OpenAPITools/openapi-generator/issues/13578 ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request title clearly describes the...
Hi now i use java maven plugs (version6.2.0) to generator code,I want to not generator **validateJsonObject** in the generator model,I can't found it how to propertie it.and if i set...
Fix that addresses the issue discussed in PR nr #12966. Adding missing `ContentType` header with JSON value. ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x] Pull Request...