2016年06月07 - IntroductionRetrofit turns your HTTP API into a Java interface. 它把一个http的请求用一个接口的方式来实现。比较新奇的想法。public interface GitHubService { @GET("users/{user}/re
2015年09月10 - My api prints a simple json object like this:
我的api输出一个简单的json对象,如下所示:
{"status":1}
How to say that retrofit (v2) pass it to gson and return an JSO
2016年02月13 - I have set a global timeout in my Retrofit adapter by doing
通过这样做,我已经在我的改进型适配器中设置了全局超时
OkHttpClient okHttpClient = new OkHttpClient();
okHttpClient.s