Function repos_slash_get_branch

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