Method: ContextIO::Account#get_webhooks

Defined in:
lib/context_io/account.rb

#get_webhooksObject



127
128
129
130
# File 'lib/context_io/account.rb', line 127

def get_webhooks
  collection_return(url: "#{call_url}/webhooks",
                    klass: Webhook)
end