Method: Dnsimple::Client#webhooks

Defined in:
lib/dnsimple/client/clients.rb

#webhooksDnsimple::Client::WebhooksService

Returns The webhooks-related API proxy.

Returns:



78
79
80
# File 'lib/dnsimple/client/clients.rb', line 78

def webhooks
  @services[:webhooks] ||= Client::WebhooksService.new(self)
end