Swish
Swish copied to clipboard
Support multipart form data encoding
At this stage I've been using Alamofire's MultipartFormData
class which seems pretty solid and has some nice abstractions.
It would be great for Swish to support this natively. I wonder if we should talk to the Alamofire folks about extracting their implementation into a separate repo, to avoid reinventing the wheel?