Skip to content

Commit 0e2e699

Browse files
committed
document the parameters for the other repo list calls
1 parent dab9a9b commit 0e2e699

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

content/v3/repos.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Repos | GitHub API
44

55
# Repos API
66

7-
## List
7+
## List your repositories
88

99
List repositories for the authenticated user.
1010

@@ -15,16 +15,30 @@ List repositories for the authenticated user.
1515
type
1616
: `all`, `owner`, `public`, `private`, `member`. Default: `all`.
1717

18+
## List user repositories
19+
1820
List public repositories for the specified user.
1921

2022
GET /users/:user/repos
2123

24+
### Parameters
25+
26+
type
27+
: `all`, `owner`, `public`, `member`. Default: `public`.
28+
29+
## List organization repositories.
30+
2231
List repositories for the specified org.
2332

2433
GET /orgs/:org/repos
2534

2635
### Parameters
2736

37+
type
38+
: `all`, `public`, `member`. Default: `all`.
39+
40+
### Parameters
41+
2842
type
2943
: `all`, `public`, `private`. Default: `all`.
3044

0 commit comments

Comments
 (0)