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 1021 openapi-generator issues
Sort by recently updated
recently updated
newest added

#### Description Maven test target in openapi-generator-maven-plugin will run successfully, **but** the generated Java models are not valid Java code and cannot be compiled by Java compiler and therefore cannot...

Issue: Bug

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

This pr brings back 2 lost "features" that were present earlier (and of course with the proper explanation as to why we need them back), and introduces a couple of...

Client: Dart
Enhancement: General
Issue: Bug

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

I pulled the latest openapitools/openapi-generator-cli Docker image: 193486a2ca74 Command: `docker run --rm -w /local -v ${PWD}:/local openapitools/openapi-generator-cli generate -i openapi.yaml -g html2` Opened the generated `index.html` file and saw that...

Issue: Bug
Client: HTML

- Support Angular 14 - Support rxjs 7.5.5, tsickle 0.46.3, ngPackagr 14.0.2, zonejs 0.11.5 - Requires typescript >= 4.6.0 and < 4.8.0 Fixes #12593 ### PR checklist - [x] Read...

Client: TypeScript
Enhancement: Compatibility

##### Description Error using generated models. > vidispine_client.exceptions.ApiValueError: Invalid inputs given to generate an instance of 'MediaComponentType'. The input data was invalid for the allOf schema 'MediaComponentType' in the composed...

Hi, I used to have the maven plugin (v4.3.1) with openjdk11 (generator jaxrs-jersey) in my project. At that time, I got some problems with the @javax.annotation.Generated issue and I reached...

Enhancement: Feature

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

### Is your feature request related to a problem? Please describe. In `openapi-generator-gradle-plugin`: There is no way to override/ extend CodegenConfigurator in GenerateTask. It is useful to have when you...

Enhancement: Feature