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
@@ -117,7 +125,7 @@ Fast-track functions return **(Data, URLResponse)** if you need to validate stat
117
125
118
126
## Retry strategy
119
127
120
-
This package uses stand alone package providing retry policy. The service creates sequence of the delays (nanoseconds) according to chosen strategy for more details folow the link [retry service](https://github.com/The-Igor/retry-policy-service)
128
+
This package uses stand alone package providing retry policy. The service creates sequence of the delays (nanoseconds) according to chosen strategy for more details folow the link [retry service](https://github.com/igor11191708/retry-policy-service)
121
129
122
130
| type | description |
123
131
| --- | --- |
@@ -147,34 +155,27 @@ Currently is implemented for validating status code.
There's an example [replicate toolkit for swift](https://github.com/The-Igor/replicate-kit-swift) how to use it with a custom response error format that has different format then the successful response
158
+
There's an example [replicate toolkit for swift](https://github.com/igor11191708/replicate-kit-swift) how to use it with a custom response error format that has different format then the successful response
151
159
152
160
# The concept
153
161
154
162
* Proxy is defining a communication layer and responsible for exchanging data with data source. There might be Http proxy, File proxy etc or some flavors REST proxy, LongFile proxy.
### Simple server installation (mocking with NodeJS Express)
162
170
163
171
To try it in the real environment. I suggest installing the basic NodeJS Express boilerplate. Take a look on the video snippet how easy it is to get it through Webstorm that is accessible for free for a trial period.
- Get [**WebStorm Early Access**](https://www.jetbrains.com/webstorm/nextversion)
168
-
- Get [**index.js**](https://github.com/The-Igor/d3-network-service/blob/main/js/index.js) file from here and replace it with the one in the boilerplate and launch the server.
169
-
170
-
## Documentation(API)
171
-
- You need to have Xcode 13 installed in order to have access to Documentation Compiler (DocC)
172
-
- Go to Product > Build Documentation or **⌃⇧⌘ D**
173
-
174
-
## SwiftUI example for the package
176
+
- Get [**index.js**](https://github.com/igor11191708/d3-network-service/blob/main/js/index.js) file from here and replace it with the one in the boilerplate and launch the server.
0 commit comments