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? - [X] What's...

Client: PHP
Issue: Bug

##### Description Ruby generator applies `minLength` validation to nullable string fields that are `null`. Per everything I can find, string validation is not supposed to be applied to `null` values...

Issue: Bug

Fixes #15985, for some reason all the versions of `options` have the correct type (`RawAxiosRequestConfig`) except "factory interface" versions of the functions. For example, the changed line is from `any`...

### Is your feature request related to a problem? Please describe. when replacing `spring` (Spring Boot) with `jaxrs-spec` (Quarkus) java source code with swagger 2 is generated: `@ApiOperation` instead of...

Enhancement: Feature

I have following open api specification description: openapi: 3.0.3 ... /foo: get: operationId: foo parameters: - name: bar in: query required: true schema: type: string responses: 200: description: description content:...

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

Here we go again PHP 8.0 reached end of life at 26 Nov 2023 > End of life - A release that is no longer supported. Users of this release...

Client: PHP
Enhancement: Compatibility
Server: PHP
help wanted
Good First Issue

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

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

Client: TypeScript
Issue: Bug