Method: Contentful::Management::Client#webhooks

Defined in:
lib/contentful/management/client.rb

#webhooks(space_id) ⇒ Contentful::Management::ClientWebhookMethodsFactory

Allows manipulation of webhooks in context of the current client Allows listing all webhooks for client, creating new and finding one by ID.

Returns:

  • (Contentful::Management::ClientWebhookMethodsFactory)

See Also:

  • README for details.


256
257
258
# File 'lib/contentful/management/client.rb', line 256

def webhooks(space_id)
  ClientWebhookMethodsFactory.new(self, space_id)
end