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)
## Summary tl;dr `UInt8List` support, which Dart-Dio has, has been added to the regular Dart2 generator. Fixes #12161. ## Details ### Changes to the Generators: To support UInt8List in the...
#### 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]...
I'm wondering if there is any way to set a default path to a json file when running the online docker image. I have some third party definitions that I'd...
##### Description Currently, when the OpenAPI declaration file is being generated, the open-api-generator treats enum values (which are scalars, such as string and numbers) as complex, object-like structures in insists...
#### 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. It can be very useful to generate a copyWith help method on the generated models. Generated models are immutable...
#### 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 extends the jaxrs-spec template creators to generate a class RestResourceRoot.java with a single string constant ROOT with the content of the template parameter `contextPath'. Secondly the existing generation...
Fixed the dataType to ensure maps of inner enums are correct. Note that the comment already said this was being done for both dataType and dataTypeWithEnum, but dataType was missed....