Skip to content

Commit 8ab0a53

Browse files
committed
Update README.md
1 parent b735100 commit 8ab0a53

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Async/await http client using new concurrency model in Swift
22

3-
Network layer for running requests like GET, POST, PUT, DELETE etc customizable with coders. Thre's ability to retry request with different strategies
3+
Network layer for running requests like GET, POST, PUT, DELETE etc customizable with coders. There's ability to retry request with different strategies
44

55
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fasync-http-client%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/The-Igor/async-http-client)
66
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fasync-http-client%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/The-Igor/async-http-client)
@@ -119,7 +119,7 @@ This package uses stand alone package providing retry policy. The service create
119119

120120
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.
121121

122-
[![Server instalation (NodeJS Express)](https://github.com/The-Igor/d3-network-service/blob/main/img/server_install.png)](https://youtu.be/9FPOYHzcE7A)
122+
[![Server installation (NodeJS Express)](https://github.com/The-Igor/d3-network-service/blob/main/img/server_install.png)](https://youtu.be/9FPOYHzcE7A)
123123

124124
- Get [**WebStorm Early Access**](https://www.jetbrains.com/webstorm/nextversion)
125125
- 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.
@@ -131,3 +131,8 @@ To try it in the real environment. I suggest installing the basic NodeJS Express
131131
## SwiftUI example for the package
132132

133133
[Async http client example](https://github.com/The-Igor/async-http-client-example)
134+
135+
## Used by packages
136+
137+
[Replicate toolkit for swift](https://github.com/The-Igor/replicate-kit-swift)
138+
There's an example how to use it with a custom JSONReader and processing a custom response Error format

0 commit comments

Comments
 (0)