Class: Hanko::Api::Admin::Webhooks
- Inherits:
-
BaseResource
- Object
- BaseResource
- Hanko::Api::Admin::Webhooks
- Defined in:
- lib/hanko/api/admin/webhooks.rb
Overview
Admin resource for managing webhooks. Inherits list, get, create, update, delete from BaseResource.
Instance Method Summary collapse
-
#initialize(connection) ⇒ Webhooks
constructor
Initialize the webhooks resource.
Methods inherited from BaseResource
#create, #delete, #get, #list, #update
Constructor Details
#initialize(connection) ⇒ Webhooks
Initialize the webhooks resource.
13 14 15 |
# File 'lib/hanko/api/admin/webhooks.rb', line 13 def initialize(connection) super(connection, '/webhooks') end |