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)
#### 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...
Fix content for enum in addPartToMultiPartBuilder. Enum is going forward set to MediaType `text/plain` and not MediaType `application/json` in MultiPartBuilder and `.toString()` is used to get the value from the...
We're using API generator for Ruby to generate OpenAPI clients from the spec file. We've just generated new client using version 7.12.0 but this resulted in numerous breaking changes. Those...
### Description Hi Team, Thanks for the great contribution of openapi-generator, This project helped me to generate a spring boot application automatically from openapi-spec with in few seconds (instead of...
### Is your feature request related to a problem? Please describe. I have this definition of request parameter in openapi xml ``` - in: query name: listQueryParams required: true schema:...
#### 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...
### 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...
### Is your feature request related to a problem? Please describe. I have to test an API, and right now I would need to test whether the response is conform...
#### 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...
### Is your feature request related to a problem? Please describe. I'd like to be able to change type mappings to return generics. So for example: ``` typeMapping.put("file", "Response"); ```...