Function repo_list_branches

Source
pub async fn repo_list_branches(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    page: Option<i32>,
    limit: Option<i32>,
) -> Result<Vec<Branch>, Error<RepoListBranchesError>>