OpenAPITools / openapi-generator

OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
https://openapi-generator.tech
Apache License 2.0
20.7k stars 6.31k forks source link

[swift] to support application/octet-stream for file upload (alamofire) #16300

Open wing328 opened 11 months ago

wing328 commented 11 months ago
Description

Update alamofire to support application/octet-stream for file upload

ref: https://github.com/OpenAPITools/openapi-generator/pull/15140#discussion_r1177418158

openapi-generator version
OpenAPI declaration file content or url
Command line used for generation
Steps to reproduce
Related issues/PRs
Suggest a fix/enhancement
4brunu commented 6 months ago

I think that https://github.com/OpenAPITools/openapi-generator/pull/17422 fixes this issue.