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
- Host: GitHub
- URL: https://github.com/wibosco/pausabledownloads-example
- Owner: wibosco
- License: mit
- Created: 2018-01-03T18:30:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-10-05T23:52:49.000Z (about 3 years ago)
- Last Synced: 2023-08-13T13:11:31.424Z (about 2 years 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: 1
- 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).