サクサク読めて、アプリ限定の機能も多数!
annotationでREST APIをコールできるライブラリ
bopperjp のブックマーク 2014/01/09 11:21
Retrofit[android][java][rest]annotationでREST APIをコールできるライブラリ2014/01/09 11:21
このブックマークにはスターがありません。 最初のスターをつけてみよう!
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 件のコメント
\ コメントが サクサク読める アプリです /
annotationでREST APIをコールできるライブラリ
bopperjp のブックマーク 2014/01/09 11:21
このブックマークにはスターがありません。
最初のスターをつけてみよう!
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 件のコメント
\ コメントが サクサク読める アプリです /