Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadim Chistiakov committed Feb 5, 2023
2 parents 4e93c06 + ea60d36 commit 5b0ffe7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# EasyNetwork

A description of this package.
`public protocol EasyNetworkClient: EasyAsyncNetworkClient & EasyCombineNetworkClient {}`

- You may use `EasyAsyncNetworkClient` if prefer `async/await` approach

- You may use `EasyCombineNetworkClient` if prefer `Combine` approach

- `EasyNetworkClient` already has default implementation by extension


Full explanation and cases of usage comming soon

0 comments on commit 5b0ffe7

Please sign in to comment.