module Shopkit::Client::Webhooks

Public Instance Methods

create_webhook(options={}) click to toggle source
# File lib/shopkit/client/webhooks.rb, line 5
def create_webhook(options={})
  post('/webhooks', options)['webhook']
end