Join Slack
Communities
Powered by
Basically instead of having the option to return a...
# kobalt
s
sargunv
03/11/2016, 7:10 AM
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
Open in Slack
Previous
Next