pub async fn repo_list_git_hooks(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<GitHook>, Error<RepoListGitHooksError>>
pub async fn repo_list_git_hooks(
configuration: &Configuration,
owner: &str,
repo: &str,
) -> Result<Vec<GitHook>, Error<RepoListGitHooksError>>