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