See the Watching API documentation for more information.
Methods
-
Check
Watched(Int64) Check if a repository is watched by the current authenticated user. -
Check
Watched(String, Check if a repository is watched by the current authenticated user.String) -
Get
All Retrieves all of the watched Repository(ies) for the current user.For Current() -
Get
All Retrieves all of the watched Repository(ies) for the current user.For Current(Api Options) -
Get
All Retrieves all of the Repository(ies) watched by the specified user.For User(String) -
Get
All Retrieves all of the Repository(ies) watched by the specified user.For User(String, Api Options) -
Get
All Retrieves all of the watchers for the passed repository.Watchers(Int64) -
Get
All Retrieves all of the watchers for the passed repository.Watchers(Int64, Api Options) -
Get
All Retrieves all of the watchers for the passed repository.Watchers(String, String) -
Get
All Retrieves all of the watchers for the passed repository.Watchers(String, String, Api Options) -
Unwatch
Repo(Int64) Unwatches a repository for the authenticated user. -
Unwatch
Repo(String, Unwatches a repository for the authenticated user.String) -
Watch
Repo(Int64, Watches a repository for the authenticated user.New Subscription) -
Watch
Repo(String, Watches a repository for the authenticated user.String, New Subscription)