public static interface SimpleService.GitHub
Call<List<SimpleService.Contributor>>
contributors(String owner, String repo)
@GET(value="/repos/{owner}/{repo}/contributors") Call<List<SimpleService.Contributor>> contributors(@Path(value="owner") String owner, @Path(value="repo") String repo)
Copyright © 2017 Square, Inc.. All rights reserved.