get_webhooks

Function get_webhooks 

Source
pub async fn get_webhooks(
    configuration: &Configuration,
    repo_ref: &str,
    page: Option<i64>,
    size: Option<i64>,
    query: Option<&str>,
    sort: Option<WebhookSort>,
    order: Option<OrderOption>,
) -> Result<Vec<WebhookModel>, Error<GetWebhooksError>>