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)
Hello ! I started experimenting with a Godot client (`GDScript`), and albeit there's not much to show right now I wanted to write something here in case anyone else is...
### 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...
The RestSharp library is used to call methods. The RestClient class has a RemoteCertificateValidationCallback method that works similar to [HttpWebRequest.ServerCertificateValidationCallback](https://docs.microsoft.com/en-us/dotnet/api/system.net.httpwebrequest.servercertificatevalidationcallback?view=netframework-4.5.1). Why can't I use it? I think it would be...
#### 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]...
### 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...
Add example based on `oneof_polymorphism_and_inheritance.yaml` schema and fix all problems that prevented to correctly implement it: * Change kotlin-client generation to support three different model types: data class, open class...
We use a legacy REST server that returns a non-empty response even if it the response type is Unit. In this case the following exception is thrown: java.lang.IllegalArgumentException: Platform class...
#### 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]...
### Is your feature request related to a problem? Please describe. Nope. ## Describe the solution you'd like I wonder if it is doable to implement some kind of option...
### Is your feature request related to a problem? Please describe. We have an API that uses ETags to implement a simple caching mechanism for large image data. We are...