Closed cbaker6 closed 2 years ago
Base: 89.96% // Head: 89.98% // Increases project coverage by +0.02%
:tada:
Coverage data is based on head (
f739b77
) compared to base (9ab5271
). Patch coverage: 96.61% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
New Pull Request Checklist
Issue Description
410 added the
ParseFileTransferable
protocol which allows developers to uploadParseFile
's directly to different file storage mediums as oppose to uploading to a Parse Server. In order for developers to take advantage of theParseFileTransferable
protocol, they have to understand the response type a Parse Server will send and structure the response of the uploaded file accordingly.If the Swift SDK provided a set of helper methods, it would remove the developer needing to understand server and client responses and ease the process.
Related issue: #n/a
Approach
Add the following helper methods:
makeSuccessfulUploadResponse()
andmakeDummyUploadTask()
Example
TODOs before merging