MCPcopy
hub / github.com/square/retrofit / GitHub

Interface GitHub

samples/src/main/java/com/example/retrofit/SimpleService.java:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 }
38
39 public interface GitHub {
40 @GET("/repos/{owner}/{repo}/contributors")
41 Call<List<Contributor>> contributors(@Path("owner") String owner, @Path("repo") String repo);
42 }
43
44 public static void main(String... args) throws IOException {
45 // Create a very simple REST adapter which points the GitHub API.

Callers 3

mainMethod · 0.95
contributorsMethod · 0.65
printContributorsMethod · 0.65

Implementers 1

MockGitHubsamples/src/main/java/com/example/retr

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…