Method: Particle::Client::Webhooks#create_webhook
- Defined in:
- lib/particle/client/webhooks.rb
#create_webhook(options) ⇒ Webhook
Creates a new Particle webhook
48 49 50 51 |
# File 'lib/particle/client/webhooks.rb', line 48 def create_webhook() result = post(Webhook.create_path, ) webhook(result) end |