Skip to content

4.2.0 – Progress and Downloads

Compare
Choose a tag to compare
@drewag drewag released this 11 Sep 02:51
· 7 commits to master since this release

Progress

You can now optionally provide an onProgress callback to get regular updates about the progress of your request.
Only available on iOS 11+, macOS10.13+, and tvOS11+

Downloads

New makeDownoadRequest methods on OutEndpoints and InOutEndpoints that will download the output to a temporary file instead of holding it in memory.

Mocking

Added the ability to do custom validation on the endpoint's path.