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)
Fixed multiple bugs present in the scala-sttp generator: 1. The generated requests were using `Nothing` instead of `Any` as the capability parameter (as mentioned also [here](https://github.com/softwaremill/sttp/issues/1358)). *Fixed* by changing ([api.mustache](https://github.com/OpenAPITools/openapi-generator/blob/master/modules/openapi-generator/src/main/resources/scala-sttp/api.mustache))...
This pr is a solution to an open issue https://github.com/OpenAPITools/openapi-generator/issues/12887. With nested object, the leaf key-value pairs are taken and parent key is ignored. For ex: `{ pagenation: { size:...
Faraday 0.16.0 added Faraday::FilePart as an alias to Faraday::UploadIO and deprecated Faraday::UploadIO. In Faraday 2.0 the deprecated UploadIO was removed. Fixes: e12100b033c13b835fc3b3f1de159dc7f4634fc0 cc @cliffano @zlx @autopp ### PR checklist -...
### Is your feature request related to a problem? Please describe. In javascript/typescript throwing anything but an error is considered an antipattern. Only errors should be thrown because: - Only...
I have a model with some optional (not-required) fields. The csharp-netcore will generate code that mostly serializes nullable and bool properties even when not explicitly set. The `optionalEmitDefaultValues` would set...
#### 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 Report Checklist - [x] Have you provided a full/minimal spec to reproduce the issue? --> https://github.com/sebpiller/openapi-bug - [x] 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 ([example](https://apidevtools.org/swagger-parser/online/))? - [x]...
This PR aims to add polymorphism support to `dart-dio` TODO: - [x] handle discriminator-based serialization/deserialization in schema with mapping specified - (how to handle it without mapping ?) - [x]...