openapi-generator
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)
I got boundary loss response when formdata and i check the generation code, i saw these code `string[] contentTypes = new string[] { "multipart/form-data" }; string contentTypeLocalVar = ClientUtils.SelectHeaderContentType(contentTypes); if...
### 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? - [ ]...
Hi there, My OpenAPI schema looks like this: ``` ... "200": { "description": "successful operation", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/_default" } } } }, .... "components": {...
#### 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] Have...
#### Bug Report Checklist - [X] Have you provided a full/minimal spec to reproduce the issue? -> see https://github.com/OpenAPITools/openapi-generator/pull/20303 - [X] ~~Have you validated the input using an OpenAPI validator...
#### 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://apitools.dev/swagger-parser/online/))? - [x]...
### Description Replaces deprecated `"typings"` field with `"types"` in `package.json`. Without this fix, some IDEs (e.g., VS Code) fail to resolve type definitions correctly when using this package, due to...
Superseeds https://github.com/OpenAPITools/openapi-generator/pull/19575, resolves https://github.com/OpenAPITools/openapi-generator/issues/20375. I applied the following logic to adjust our templates to jmustache's changed semantics. ```python import re from pathlib import Path for file in filter( lambda p:...
Add support for swagger2 in [cxf] generators
#### 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/))? - [...