Dnsimple.Webhooks.list_webhooks
You're seeing just the function
list_webhooks
, go back to Dnsimple.Webhooks module for more information.
Link to this function
list_webhooks(client, account_id, options \\ [])
Lists the existing webhooks in the account.
See:
Examples:
client = %Dnsimple.Client{access_token: "a1b2c3d4"}
{:ok, response} = Dnsimple.Webhooks.list_webhooks(client, account_id = "1010")