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)
All Argument constructor for java client and spring ### 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...
#### 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 If a enum contains the value "NO" the output yaml will contain "false". ##### openapi-generator version v7.5.0 ##### OpenAPI declaration file content or url ```yaml openapi: 3.0.2 info:...
This PR adds support for oneOf for cpprestsdk via `std::variant`. This is how I tested it: ```yaml openapi: 3.0.0 info: title: test version: 1.0.0 servers: - url: "{test}" variables: test:...
I have an API which has both public and internal methods. I'd rather not expose the internal methods and endpoints on the public client. It would be nice if you...
##### Description When migrated from swagger-codegen-maven-plugin to openapi-generator-maven-plugin we are no longer able to generate Java code from an OpenAPI specification located in a Maven JAR-dependency. The specification file is...
##### Description ReadOnly in an $ref resource is annotated with @NotNull ##### openapi-generator version 7.4.0 and 6.6.0 ##### OpenAPI declaration file content or url https://gist.github.com/ernesto-arm/300d15c63661e91854b5213f53d0c475 ##### Command line used for...
It is now possible to filter APIs with `apisToGenerate` based on their full path, like `/v1/dogs`. Prior to it, it was only possible to filter for the first part of...
#### 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 - [ ] 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/))?...