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

fix serialize multipart with list of files : serialize a list with toString fix deserialize byte and file : test on GenericType always return false fix downloadFileFromResponse : prepareDownloadFile(response) return...

Client: Java
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

Add support for the global properties: apiDocs and modelDocs. In case the files are generated enabling them, it will search for api_doc.mustache and model_doc.mustache to generate md documentation files. Add...

I think that a widely used and popular Framework like Django should be supported in openapi-generator. Do you agree? Is there something moving in that direction?

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

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

As discussed in: https://github.com/OpenAPITools/openapi-generator/pull/17471#discussion_r1446844543 Here what I come up with: samples-dotnet-standard.yaml -- for .netstandard clients samples-dotnet.yaml -- for .net7+ samples-dotnet6-client-echo-api.yaml -- for client echo api samples-dotnet6-client.yaml -- for .net6 clients...

##### Description I want to generate the model and the api, but compiling fails when compiling the generated files in `org.openapitools.client.infrastructure`. These classes are not needed so I would like...

### Is your feature request related to a problem? Please describe. I have an API (made with FastAPI) that expects lists passed as queries to be exploded, (e.g. `?field=str1&field=str2`). I...

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