pub async fn repo_get_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Hook, Error<RepoGetHookError>>
pub async fn repo_get_hook(
configuration: &Configuration,
owner: &str,
repo: &str,
id: i64,
) -> Result<Hook, Error<RepoGetHookError>>