You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rx() and rxWithDetails() methods replaced with reactiveRequest(), meant to be used with RxJava
Along with the new reactiveRequest() method, there are now only execute() and enqueue(). These return the same wrapped response as the old executeWithDetails() and enqueueWithDetails() responses.