pub async fn repo_get_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
branch: &str,
) -> Result<Branch, Error<RepoGetBranchError>>
pub async fn repo_get_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
branch: &str,
) -> Result<Branch, Error<RepoGetBranchError>>