See the Activity Starring API documentation for more information.
Constructors
-
Starred
Client(IApi Instantiates a new GitHub Activity Starring API client.Connection)
Methods
-
Check
Starred(String, Check if a repository is starred by the current authenticated user.String) -
Get
All Retrieves all of the starred Repository(ies) for the current user.For Current() -
Get
All Retrieves all of the starred Repository(ies) for the current user.For Current(Api Options) -
Get
All Retrieves all of the starred Repository(ies) for the current user.For Current(Starred Request) -
Get
All Retrieves all of the starred Repository(ies) for the current user.For Current(Starred Request, Api Options) -
Get
All Retrieves all of the starred Repository(ies) for the current user with star creation timestamps.For Current With Timestamps() -
Get
All Retrieves all of the starred Repository(ies) for the current user with star creation timestamps.For Current With Timestamps(Api Options) -
Get
All Retrieves all of the starred Repository(ies) for the current user with star creation timestamps.For Current With Timestamps(Starred Request) -
Get
All Retrieves all of the starred Repository(ies) for the current user with star creation timestamps.For Current With Timestamps(Starred Request, Api Options) -
Get
All Retrieves all of the Repository(ies) starred by the specified user.For User(String) -
Get
All Retrieves all of the Repository(ies) starred by the specified user.For User(String, Api Options) -
Get
All Retrieves all of the Repository(ies) starred by the specified user.For User(String, Starred Request) -
Get
All Retrieves all of the Repository(ies) starred by the specified user.For User(String, Starred Request, Api Options) -
Get
All Retrieves all of the Repository(ies) starred by the specified user with star creation timestamps.For User With Timestamps(String) -
Get
All Retrieves all of the Repository(ies) starred by the specified user with star creation timestamps.For User With Timestamps(String, Api Options) -
Get
All Retrieves all of the Repository(ies) starred by the specified user with star creation timestamps.For User With Timestamps(String, Starred Request) -
Get
All Retrieves all of the Repository(ies) starred by the specified user with star creation timestamps.For User With Timestamps(String, Starred Request, Api Options) -
Get
All Retrieves all of the stargazers for the passed repository.Stargazers(Int64) -
Get
All Retrieves all of the stargazers for the passed repository.Stargazers(Int64, Api Options) -
Get
All Retrieves all of the stargazers for the passed repository.Stargazers(String, String) -
Get
All Retrieves all of the stargazers for the passed repository.Stargazers(String, String, Api Options) -
Get
All Retrieves all of the stargazers for the passed repository with star creation timestamps.Stargazers With Timestamps(Int64) -
Get
All Retrieves all of the stargazers for the passed repository with star creation timestamps.Stargazers With Timestamps(Int64, Api Options) -
Get
All Retrieves all of the stargazers for the passed repository with star creation timestamps.Stargazers With Timestamps(String, String) -
Get
All Retrieves all of the stargazers for the passed repository with star creation timestamps.Stargazers With Timestamps(String, String, Api Options) -
Remove
Star Unstars a repository for the authenticated user.From Repo(String, String) -
Star
Repo(String, Stars a repository for the authenticated user.String)