dnsimple v0.9.0 Dnsimple.Webhooks
WebhooksService handles communication with webhook related methods of the DNSimple API.
Summary
Functions
Creates a new webhook in the account
PERMANENTLY deletes a webhook from the account
Get a webhook
Lists the webhooks
Functions
Specs
create_webhook(Dnsimple.Client.t, String.t | integer, map, Keyword.t) :: Dnsimple.Response.t
Creates a new webhook in the account.
Specs
delete_webhook(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
PERMANENTLY deletes a webhook from the account.
Specs
webhook(Dnsimple.Client.t, String.t | integer, String.t | integer, Keyword.t) :: Dnsimple.Response.t
Get a webhook.
Lists the webhooks.