get_repo_subscription | SELECT | owner, repo | Gets information about whether the authenticated user is subscribed to the repository. |
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. |