File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
33[ ![ Build Status] ( https://github.com/haroldadmin/networkresponseadapter/workflows/CI/badge.svg )] ( https://github.com/haroldadmin/networkresponseadapter/actions )
44
5- A call adapter that handles errors as a part of state
5+ This library provides a Kotlin Coroutines based Retrofit call adapter for wrapping your API responses in
6+ a ` NetworkResponse ` sealed type.
67
78## Documentation
89
910[ ** https://haroldadmin.github.io/NetworkResponseAdapter ** ] ( https://haroldadmin.github.io/NetworkResponseAdapter )
1011
11- ---
12-
13- This library provides a Kotlin Coroutines based Retrofit call adapter for wrapping your API responses in
14- a ` NetworkResponse ` type.
15-
1612## Network Response
1713
1814` NetworkResponse<S, E> ` is a Kotlin sealed interface with the following states:
You can’t perform that action at this time.
0 commit comments