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
Since we are upgrading to 1.5.0, it consist of dedicated executer class Calls.java. Where we can directly execute query like PostSelfAuthenticationResponse resp = Calls.ok(client.selfAuthentication.authenticate1(""));
Summary
Currently, the API response is wrapped in
Call<ApiResponse>
object.Expectation
It would be very helpful for the Android Applications to get the response in either
Observable
orLiveData
The text was updated successfully, but these errors were encountered: