サクサク読めて、アプリ限定の機能も多数!
Interface書いたらREST APIクライアントの実装ができるJava/Androidライブラリ
teppeis のブックマーク 2014/12/02 20:02
Retrofit[android][java][http]Interface書いたらREST APIクライアントの実装ができるJava/Androidライブラリ2014/12/02 20:02
このブックマークにはスターがありません。 最初のスターをつけてみよう!
square.github.io2013/08/25
Introduction Retrofit turns your HTTP API into a Java interface. public interface GitHubService { @GET("users/{user}/repos") Call<List<Repo>> listRepos(@Path("user") String user); } The Retrofit cl...
85 人がブックマーク・16 件のコメント
\ コメントが サクサク読める アプリです /
Interface書いたらREST APIクライアントの実装ができるJava/Androidライブラリ
teppeis のブックマーク 2014/12/02 20:02
このブックマークにはスターがありません。
最初のスターをつけてみよう!
Retrofit
square.github.io2013/08/25
Introduction Retrofit turns your HTTP API into a Java interface. public interface GitHubService { @GET("users/{user}/repos") Call<List<Repo>> listRepos(@Path("user") String user); } The Retrofit cl...
85 人がブックマーク・16 件のコメント
\ コメントが サクサク読める アプリです /