An open API service indexing awesome lists of open source software.

https://github.com/wibosco/pausabledownloads-example

An example project about pausing and resuming download requests
https://github.com/wibosco/pausabledownloads-example

downloader imgur imgur-api ios networking nsurlsession nsurlsessiondownloadtask pausable smart swift

Last synced: 3 months ago
JSON representation

An example project about pausing and resuming download requests

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/wibosco/UnequalDownloads-Example.svg)](https://travis-ci.org/wibosco/PausableDownloads-Example)
Swift
Twitter: @wibosco

# PausableDownloads-Example
An example project about pausing and resuming download requests, https://williamboles.com/not-all-downloads-are-born-equal/

In order to run this project, you will need to register with [Imgur](https://api.imgur.com/oauth2/addclient) to get a `client-id` token to access Imgur's API (which the project uses to get its example content). Once you have your `client-id`, add it to the project as the value of the `clientID` property in the `RequestConfig` class and the project should now run. If you have any trouble getting the project to run, please create an issue or get in touch with me on Twitter at [wibosco](https://twitter.com/wibosco).