Basically instead of having the option to return a...
# kobalt
s
Basically instead of having the option to return an
Observable<T>
or just a
T
, now all the API methods must return
Call<T>
. How you use the call determines synchronous vs asynchronous, where in v1 the return type determined that