https://github.com/ihacksubhodip/retryswift
Failable URL HTTP request may fail at the time of calling of REST API. So here I have implemented how to handle those failable URL requests using the #Retry methods.
https://github.com/ihacksubhodip/retryswift
ios-app ios-swift swift4
Last synced: about 2 months ago
JSON representation
Failable URL HTTP request may fail at the time of calling of REST API. So here I have implemented how to handle those failable URL requests using the #Retry methods.
- Host: GitHub
- URL: https://github.com/ihacksubhodip/retryswift
- Owner: iHackSubhodip
- Created: 2018-06-19T10:47:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T11:19:44.000Z (almost 7 years ago)
- Last Synced: 2025-01-31T10:34:28.537Z (4 months ago)
- Topics: ios-app, ios-swift, swift4
- Language: Swift
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RetrySwift.
### Failable URL HTTP request may fail at the time of calling of REST API. So here I have implemented how to handle those failable URL requests using the #Retry methods.