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
3837List 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
4644List 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
6158Requires 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
7975Requires 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
9388Requires 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