Function repos_slash_list_webhooks

Source
pub async fn repos_slash_list_webhooks(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    per_page: Option<i32>,
    page: Option<i32>,
) -> Result<Vec<Hook>, Error<ReposSlashListWebhooksError>>
Expand description

Lists webhooks for a repository. last response may return null if there have not been any deliveries within 30 days.