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)
### Is your feature request related to a problem? Please describe. Seems there is no support for the `-UseDefaultCredentials` switch for `Invoke-WebRequest` in the PowerShell generator, at least from what...
Added support for generating api/model docs for `typescript-fetch` generator. Related issue: https://github.com/OpenAPITools/openapi-generator/issues/18276 Related Technical Committee Members: @mkusaka ### PR checklist - [X] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [X] Pull Request...
Fixes https://github.com/OpenAPITools/openapi-generator/issues/18456. Add optional chaining to singleRequestParameter, if all parameters are optional.
### PR checklist - [ ] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [ ] Pull Request title clearly describes the work in the pull request and Pull Request description provides details...
#### Bug Report Checklist - [ x ] Have you provided a full/minimal spec to reproduce the issue? - [ x ] Have you validated the input using an OpenAPI...
##### Description OpenAPI 3.1.0 generates separate nested classes for shared enum types when the enum is defined in the global schema **via a `$ref`**. The example project I've linked shows...
#### 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]...
[BUG][KOTLIN] When generating apis and modals only using retrofit2 api files contain invalid import
##### Description When generating code using kotlin generator with options to generate APIs and models files only, and using retrofit2 library, generator generates API files without infrastructure package, but API...
Implement `java.io.Serializable` in kotlin data classes for `kotlin-spring` generator when `serializableModel` option is enabled. Fixes #8317. These existing samples clearly show the effect of this change, as they have `serializableModel`...