Function repo_get_git_hook

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