pub async fn repos_slash_get_org_rulesets(
configuration: &Configuration,
org: &str,
per_page: Option<i32>,
page: Option<i32>,
) -> Result<Vec<RepositoryRuleset>, Error<ReposSlashGetOrgRulesetsError>>
Expand description
Get all the repository rulesets for an organization.