yonaskolb / SwagGen

OpenAPI/Swagger 3.0 Parser and Swift code generator
MIT License
625 stars 147 forks source link

Update APIClient.swift #161

Closed cerupcat closed 4 years ago

cerupcat commented 5 years ago

Add case for strings in multipart form data.

Without this, our backend was receiving string fields as part of multiform data.

yonaskolb commented 5 years ago

Thanks @cerupcat. Could you please:

yonaskolb commented 4 years ago

Will merge and fix on master