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

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

Issue: Bug

Fixes #18622 by also checking if a schema is an enum when resolving an example for it. Test has been added to verify new behaviour. ### PR checklist - [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]...

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

With the latest 1.78 release of Rust, Clippy has introduced a lint warning against the direct implementation of `ToString`, recommending instead to implement `Display`: https://rust-lang.github.io/rust-clippy/master/index.html#/to_string_trait_impl This PR changes the uses...

Client: Rust
Enhancement: General

Fixes: https://github.com/OpenAPITools/openapi-generator/issues/18637 ### 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 and Pull Request description provides details...

### Is your feature request related to a problem? Please describe. Group operations into meaningful chunks via Rust structs. ## Describe the solution you'd like given a file named: `some_api.rs`...

Enhancement: Feature

A testNG upgrade to fix a critical CVE. ### 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...

CI started failing recently due to an issue in a `compileKotlin` task. This PR updates kotlin-dsl to a newer version based on this line of job output: https://app.travis-ci.com/github/OpenAPITools/openapi-generator/jobs/621489729#L10026 I have...

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