restful接口映射

Retrofit转换你的http api到一个Java interface。

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

results matching ""

    No results matching ""