Function repo_list_git_refs

Source
pub async fn repo_list_git_refs(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    ref: &str,
) -> Result<Vec<Reference>, Error<RepoListGitRefsError>>