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

Cannot pass a data-type object as an array of items in a form using Axios. It works perfectly for a normal object, but it's not working as expected for a...

Fix issue https://github.com/OpenAPITools/openapi-generator/issues/18495 For discriminator, it should be `modelName` instead of 'mappingName' in from_dict method in the template since object_type has been the mapped name (modelName) by get_discriminator_value() ``` @classmethod...

#### 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
Server: C++
help wanted
Hacktoberfest

This is very similar to https://github.com/OpenAPITools/openapi-generator/issues/6140 and came up in https://github.com/GoogleChrome/chromium-dashboard/pull/3819. I haven't reduced a test case from that PR, but I can if the maintainers here want. I did...

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

This upgrades swagger-parser to the latest release. In manual testing, this upgrade restored the generator's ability to resolve external references in OpenAPI specs. Fixes #18429 ### 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/))? - [...

Issue: Bug

### Is your feature request related to a problem? Please describe. It would be nice if we don't depend on anything external Python packages. Either vendor the packages for what's...

Enhancement: Feature

Support Dart3 SDK. cc tech: @jaumard (2018/09) @josh-burton (2019/12) @amondnet (2019/12) @sbu-WBT (2020/12) @kuhnroyal (2020/12) @agilob (2020/12) @ahmednfwela (2021/08) ### PR checklist - [x] Read the [contribution guidelines](https://github.com/openapitools/openapi-generator/blob/master/CONTRIBUTING.md). - [x]...

Client: Dart
Enhancement: Compatibility