File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ NetworkRequester is an HTTP Combine-only networking library.
55- [ Requirements] ( #requirements )
66- [ Installation] ( #installation )
77- [ Usage] ( #usage )
8+ - [ Conclusion] ( #conclusion )
89
910## Requirements
1011
@@ -76,4 +77,8 @@ let requestBuilder = URLRequestBuilder(
7677let caller = URLRequestCaller (decoder : JSONDecoder ())
7778let examplePublisher: AnyPublisher<User, NetworkingError> = caller.call (using : requestBuilder) // Expects response data as User is specified as Output
7879```
79- Take into account that when a response data is expected, a type that conforms to ` Encodable ` should be specified as ` Output ` . Otherwise ` Void ` .
80+ Take into account that when a response data is expected, a type that conforms to ` Encodable ` should be specified as ` Output ` . Otherwise ` Void ` .
81+
82+ ## Conclusion
83+
84+ NetworkRequester is still very young. Improvements and new functionalities will be coming. Pull requests and suggestions are very welcomed.
You can’t perform that action at this time.
0 commit comments