GET /repos/{owner}/{repo}/stargazers List a repo's stargazers
GET /user/starred The repos that the authenticated user has starred
GET /user/starred/{owner}/{repo} Whether the authenticated is starring the repo
PUT /user/starred/{owner}/{repo} Star the given repo
DELETE /user/starred/{owner}/{repo} Unstar the given repo
this api exist for a while but never got into the sdk!
* `GET /repos/{owner}/{repo}/stargazers` List a repo's stargazers
* `GET /user/starred` The repos that the authenticated user has starred
* `GET /user/starred/{owner}/{repo}` Whether the authenticated is starring the repo
* `PUT /user/starred/{owner}/{repo}` Star the given repo
* `DELETE /user/starred/{owner}/{repo}` Unstar the given repo
this api exist for a while but never got into the sdk!
6543
added this to the v0.14.0 milestone 1 year ago
GET /repos/{owner}/{repo}/stargazers
List a repo's stargazersGET /user/starred
The repos that the authenticated user has starredGET /user/starred/{owner}/{repo}
Whether the authenticated is starring the repoPUT /user/starred/{owner}/{repo}
Star the given repoDELETE /user/starred/{owner}/{repo}
Unstar the given repothis api exist for a while but never got into the sdk!