Function activity_slash_set_repo_subscription

Source
pub async fn activity_slash_set_repo_subscription(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    activity_set_repo_subscription_request: Option<ActivitySetRepoSubscriptionRequest>,
) -> Result<RepositorySubscription, Error<ActivitySlashSetRepoSubscriptionError>>
Expand description

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.