get_webhooks

Function get_webhooks 

Source
pub async fn get_webhooks(
    configuration: &Configuration,
    type: Option<&str>,
    sort: Option<&str>,
) -> Result<GetWebhooks, Error<GetWebhooksError>>