We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9938e69 + b456d1a commit 848c747Copy full SHA for 848c747
2 files changed
content/v3/repos/contributors.md
@@ -0,0 +1,14 @@
1
+---
2
+title: Repo Contributors | GitHub API
3
4
+
5
+# Repo Contributors API
6
7
+## List
8
9
+ GET /repos/:user/:repo/contributors
10
11
+### Response
12
13
+<%= headers 200 %>
14
+<%= json(:contributor) { |h| [h] } %>
layouts/default.html
@@ -90,6 +90,7 @@ <h3><a href="#" class="js-expand-btn collapsed"> </a><a href="/v3/repos/">R
90
<li><a href="/v3/repos/comments/">Comments</a></li>
91
<li><a href="/v3/repos/commits/">Commits</a></li>
92
<li><a href="/v3/repos/contents/">Contents</a></li>
93
+ <li><a href="/v3/repos/contributors/">Contributors</a></li>
94
<li><a href="/v3/repos/downloads/">Downloads</a></li>
95
<li><a href="/v3/repos/forks/">Forks</a></li>
96
<li><a href="/v3/repos/keys/">Keys</a></li>
0 commit comments