Skip to content

Commit 61eeeb2

Browse files
committed
gah, github.v3 media type isn't used yet
1 parent 3a8e9f8 commit 61eeeb2

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

content/v3/repos/starring.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ more.
2222

2323
## List Stargazers
2424

25-
# Using github.v3 media type.
2625
GET /repos/:user/:repo/stargazers
2726

2827
# Legacy, using github.beta media type.
@@ -37,15 +36,13 @@ more.
3736

3837
List repositories being starred by a user.
3938

40-
# Using github.v3 media type.
4139
GET /users/:user/starred
4240

4341
# Legacy, using github.beta media type.
4442
GET /users/:user/watched
4543

4644
List repositories being watched by the authenticated user.
4745

48-
# Using github.v3 media type.
4946
GET /user/starred
5047

5148
# Legacy, using github.beta media type.
@@ -60,7 +57,6 @@ List repositories being watched by the authenticated user.
6057

6158
Requires for the user to be authenticated.
6259

63-
# Using github.v3 media type.
6460
GET /user/starred/:user/:repo
6561

6662
# Legacy, using github.beta media type.
@@ -78,7 +74,6 @@ Requires for the user to be authenticated.
7874

7975
Requires for the user to be authenticated.
8076

81-
# Using github.v3 media type.
8277
PUT /user/starred/:user/:repo
8378

8479
# Legacy, using github.beta media type.
@@ -92,7 +87,6 @@ Requires for the user to be authenticated.
9287

9388
Requires for the user to be authenticated.
9489

95-
# Using github.v3 media type.
9690
DELETE /user/starred/:user/:repo
9791

9892
# Legacy, using github.beta media type.

0 commit comments

Comments
 (0)