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: 4 months ago
JSON representation
An example project about pausing and resuming download requests
- Host: GitHub
- URL: https://github.com/wibosco/pausabledownloads-example
- Owner: wibosco
- License: mit
- Created: 2018-01-03T18:30:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T23:52:49.000Z (over 3 years ago)
- Last Synced: 2025-07-14T05:05:25.236Z (11 months ago)
- Topics: downloader, imgur, imgur-api, ios, networking, nsurlsession, nsurlsessiondownloadtask, pausable, smart, swift
- Language: Swift
- Homepage: https://williamboles.com/not-all-downloads-are-born-equal/
- Size: 176 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/wibosco/PausableDownloads-Example)

# 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).