URLSessionAdapter
A Codable wrapper around URLSession for networking.
Usage examples can be found in iOS-MVVM-Clean-Architecture.
Installation
Swift Package Manager
To install URLSessionAdapter using Swift Package Manager:
Xcode: File -> Add Packages
Enter Package URL: https://github.com/denissimon/URLSessionAdapter
CocoaPods
To install URLSessionAdapter using CocoaPods, add this line to your Podfile
:
pod 'URLSessionAdapter', '~> 1.0'
Carthage
To install URLSessionAdapter using Carthage, add this line to your Cartfile
:
github "denissimon/URLSessionAdapter"
Manually
Copy folder URLSessionAdapter
into your project.
License
Licensed under the MIT license