pub async fn repo_get_git_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
) -> Result<GitHook, Error<RepoGetGitHookError>>
pub async fn repo_get_git_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: &str,
) -> Result<GitHook, Error<RepoGetGitHookError>>