openapi-generator icon indicating copy to clipboard operation
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)

Results 1209 openapi-generator issues
Sort by recently updated
recently updated
newest added

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]...

Issue: Bug

##### 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:...

Issue: Bug

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:...

Client: C++
Enhancement: Feature
Feature: OAS 3.0 spec support

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...

Enhancement: Feature

##### 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...

Issue: Bug

##### 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...

Enhancement: Feature
Feature: Generator

#### 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]...

Issue: Bug

#### 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/))?...

Issue: Bug