pub async fn repos_slash_get_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
branch: &str,
) -> Result<BranchWithProtection, Error<ReposSlashGetBranchError>>
pub async fn repos_slash_get_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
branch: &str,
) -> Result<BranchWithProtection, Error<ReposSlashGetBranchError>>