Skip to main content

starring

Overview

Namestarring
TypeResource
Idgithub.activity.starring

Fields

NameDatatypeDescription
repoobjectA repository on GitHub.
starred_atstring

Methods

NameAccessible byRequired ParamsDescription
list_repos_starred_by_authenticated_userSELECTLists 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_userSELECTusernameLists 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_userEXECowner, repoWhether the authenticated user has starred the repository.
star_repo_for_authenticated_userEXECowner, repoNote 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_userEXECowner, repoUnstar a repository that the authenticated user has previously starred.