Registry / web-framework / webhookr

webhookr

JSON →
library0.3.0rbrubygemsunverified

Easily and securely add webhooks to your Rails application.

gem install webhookr
INSTALL
IMPORT
SIG · WEBHOOKR
W
webhookr
web-frameworkrubyv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Webhookr
require 'webhookr'

Create a webhook handler by subclassing Webhookr::Base.

require 'webhookr' class MyWebhook < Webhookr::Base def process(payload) # handle incoming webhook end end
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
webhookr — gem install webhookr · libregistry