Class: Hanko::Api::Admin::Webhooks

Inherits:
BaseResource show all
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

Methods inherited from BaseResource

#create, #delete, #get, #list, #update

Constructor Details

#initialize(connection) ⇒ Webhooks

Initialize the webhooks resource.

Parameters:



13
14
15
# File 'lib/hanko/api/admin/webhooks.rb', line 13

def initialize(connection)
  super(connection, '/webhooks')
end