public interface AppApi { @GET("/api?action=" + ApiManager.API_USER) Observable<JsonObject> getUser(); }
蒙山Retrofit 2.0 beta1.我不能得到的回应?
Retrofit 2.0 beta1
Retrofit 2.0 beta不支持Observable,现在?
retrofit
retrofit ×1