Module: Kitpay::Client::Webhooks

Included in:
Kitpay::Client
Defined in:
lib/kitpay/client/webhooks.rb

Instance Method Summary collapse

Instance Method Details

#create_webhook(options = {}) ⇒ Object



5
6
7
# File 'lib/kitpay/client/webhooks.rb', line 5

def create_webhook(options={})
  post('/webhooks', options)['webhook']
end