你的位置:首页 > 软件开发 > 操作系统 > Retrofit的使用

Retrofit的使用

发布时间:2016-01-01 17:00:15
本文算不上原创,只是大概翻译了 Retrofit 的英文文档,权当做是自己的笔记而已。英文原地址:http://square.github.io/retrofit/1.介绍  Retrofit 把你的 HTTP API 转换为一个Java 接口。1 public interfac ...

  本文算不上原创,只是大概翻译了 Retrofit 的英文文档,权当做是自己的笔记而已。

英文原地址:http://square.github.io/retrofit/

1.介绍

  Retrofit 把你的 HTTP API 转换为一个Java 接口。

1 public interface GitHubService {2  @GET("/users/{user}/repos")3  Call<List<Repo>> listRepos(@Path("user") String user);4 }

 

海外公司注册、海外银行开户、跨境平台代入驻、VAT、EPR等知识和在线办理:https://www.xlkjsw.com

原标题:Retrofit的使用

关键词:

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录