Skip to content

Commit 8a85eb7

Browse files
committed
boom
1 parent 557294c commit 8a85eb7

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

v3/repos/index.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<div class="content">
3535
<h1 id="repos-api">Repos API</h1>
3636

37-
<h2 id="list">List</h2>
37+
<h2 id="list-your-repositories">List your repositories</h2>
3838

3939
<p>List repositories for the authenticated user.</p>
4040

@@ -47,17 +47,33 @@ <h3 id="parameters">Parameters</h3>
4747
<dt>type</dt>
4848
<dd>
4949
<code>all</code>, <code>owner</code>, <code>public</code>, <code>private</code>, <code>member</code>. Default: <code>all</code>.</dd>
50-
</dl><p>List public repositories for the specified user.</p>
50+
</dl><h2 id="list-user-repositories">List user repositories</h2>
51+
52+
<p>List public repositories for the specified user.</p>
5153

5254
<pre><code>GET /users/:user/repos
5355
</code></pre>
5456

57+
<h3 id="parameters-1">Parameters</h3>
58+
59+
<dl>
60+
<dt>type</dt>
61+
<dd>
62+
<code>all</code>, <code>owner</code>, <code>public</code>, <code>member</code>. Default: <code>public</code>.</dd>
63+
</dl><h2 id="list-organization-repositories">List organization repositories.</h2>
64+
5565
<p>List repositories for the specified org.</p>
5666

5767
<pre><code>GET /orgs/:org/repos
5868
</code></pre>
5969

60-
<h3 id="parameters-1">Parameters</h3>
70+
<h3 id="parameters-2">Parameters</h3>
71+
72+
<dl>
73+
<dt>type</dt>
74+
<dd>
75+
<code>all</code>, <code>public</code>, <code>member</code>. Default: <code>all</code>.</dd>
76+
</dl><h3 id="parameters-3">Parameters</h3>
6177

6278
<dl>
6379
<dt>type</dt>
@@ -464,7 +480,7 @@ <h2 id="list-contributors">List contributors</h2>
464480
<pre><code>GET /repos/:user/:repo/contributors
465481
</code></pre>
466482

467-
<h3 id="parameters-2">Parameters</h3>
483+
<h3 id="parameters-4">Parameters</h3>
468484

469485
<dl>
470486
<dt>anon</dt>

0 commit comments

Comments
 (0)