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)
The generate markdown feature now output one readme file with many subfolders for apis, models which is only useful for github, awkward to use in every other cases. As a...
#### Bug Report Checklist - [ ] Have you provided a full/minimal spec to reproduce the issue? - [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?...
### Is your feature request related to a problem? Please describe. When an unknown value of a string pops up to a generated kotlin client, the serialization fails. A conversation...
The typescript-node generator generates code which is dependent on the [request package](https://www.npmjs.com/package/request). This package got deprecated in February this year. The proposal is to replace this package with something non-deprecated....
### Is your feature request related to a problem? Please describe. using the typescript-fetch generator... I am using Django Rest Framework to create my API. Its common practice to use...
Hello everyone, When I use the openapi-generator with a discriminator and mapping, it generates two @JsonSubTypes ``` discriminator: propertyName: type mapping: foo: "#components/schemas/Foo" ``` Generates something like this ``` @JsonSubTypes.Type(value...
#### 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]...
##### Description When generating multipart interfaces, the interface code is not working for Spring with Jersey: * A mixture of @RequestPart and @RequestParam is used to describe the multipart, while...
##### Description we try to generate a `protobuf-schema` but we have this error: ``` Exception in thread "main" java.lang.RuntimeException: Could not process model 'Event'.Please make sure that your schema is...
#### 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]...