We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce66205 commit 10a4eadCopy full SHA for 10a4ead
README.md
@@ -73,7 +73,7 @@ their corresponding `Param` annotated method parameters.
73
public interface GitHub {
74
75
@RequestLine("GET /repos/{owner}/{repo}/contributors")
76
- List<Contributor> getContributors(@Param("owner") String owner, @Param("repo") String repository);
+ List<Contributor> contributors(@Param("owner") String owner, @Param("repo") String repository);
77
78
class Contributor {
79
String login;
0 commit comments