interactions_slash_get_restrictions_for_repo

Function interactions_slash_get_restrictions_for_repo 

Source
pub async fn interactions_slash_get_restrictions_for_repo(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<InteractionsGetRestrictionsForOrg200Response, Error<InteractionsSlashGetRestrictionsForRepoError>>
Expand description

Shows which type of GitHub user can interact with this repository and when the restriction expires. If there are no restrictions, you will see an empty response.