Function activity_slash_get_repo_subscription

Source
pub async fn activity_slash_get_repo_subscription(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<RepositorySubscription, Error<ActivitySlashGetRepoSubscriptionError>>
Expand description

Gets information about whether the authenticated user is subscribed to the repository.