Package io.github.devlibx.easy.http.util
Interface IEasyHttpImplementation
public interface IEasyHttpImplementation
-
Method Summary
Modifier and TypeMethodDescription<T> io.reactivex.rxjava3.core.Observable<T>Call api in async<T> TCall api in syncvoidSetup easy httpdefault voidSetup easy httpvoidshutdown()Shutdown easy http
-
Method Details
-
setup
Setup easy http -
setup
Setup easy http -
shutdown
void shutdown()Shutdown easy http -
callSync
Call api in sync- Returns:
- sync response
-
callAsync
Call api in async- Returns:
- observable to notify the final result or error
-