watching
Overview
Name | watching |
Type | Resource |
Id | github.activity.watching |
Fields
Name | Datatype | Description |
---|---|---|
repository_url | string | |
subscribed | boolean | Determines if notifications should be received from this repository. |
url | string | |
created_at | string | |
ignored | boolean | Determines if all notifications should be blocked from this repository. |
reason | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get_repo_subscription | SELECT | owner, repo | |
delete_repo_subscription | DELETE | owner, repo | This endpoint should only be used to stop watching a repository. To control whether or not you wish to receive notifications from a repository, set the repository's subscription manually. |
set_repo_subscription | EXEC | owner, repo | If you would like to watch a repository, set subscribed to true . If you would like to ignore notifications made within a repository, set ignored to true . If you would like to stop watching a repository, delete the repository's subscription completely. |