You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support text/json in addition to application/json.
Add 2 convenience methods for uploading UIImages as PNG or JPEG data.
Add objcError property to PMHTTPResult.
Change objcError on HTTPManagerTaskResult to Error? instead of NSError?.
Fix Xcode 8.1 compatibility of unit tests.
Add optional options parameter to parseAsJSON() and parseAsJSON(with:).
Add withMultipartBody(using:) to HTTPManagerUploadFormRequest.
Rename parse(with:), parseAsJSON(options:with:), and addMultipartBody(with:) to use the parameter name using: instead, which is more in line with Swift 3 Foundation naming conventions.