You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|```RetryNetworkService```| Retrys requests after a given delay when an error meets given criteria. |
97
96
|```ModifyRequestNetworkService```| Modify matching requests. Can be used to add auth tokens or API Keys |
97
+
|```NetworkServiceMock```| Mocks a NetworkService. Can be use during unit tests |
98
98
99
99
## Requirements
100
100
@@ -104,6 +104,16 @@ The following table shows all the protocols and their default implementations.
104
104
105
105
## Installation
106
106
107
+
### Swift Package Manager
108
+
109
+
[SPM](https://swift.org/package-manager/) is integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
0 commit comments