list_repos_starred_by_authenticated_user | SELECT | | Lists repositories the authenticated user has starred.
You can also find out when stars were created by passing the following custom media type via the Accept header: application/vnd.github.star+json . |
list_repos_starred_by_user | SELECT | username | Lists repositories a user has starred.
You can also find out when stars were created by passing the following custom media type via the Accept header: application/vnd.github.star+json . |
check_repo_is_starred_by_authenticated_user | EXEC | owner, repo | Whether the authenticated user has starred the repository. |
star_repo_for_authenticated_user | EXEC | owner, repo | Note that you'll need to set Content-Length to zero when calling out to this endpoint. For more information, see "HTTP verbs." |
unstar_repo_for_authenticated_user | EXEC | owner, repo | Unstar a repository that the authenticated user has previously starred. |