Method: Contentful::Management::Client#webhook_calls

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

#webhook_calls(space_id, webhook_id) ⇒ Contentful::Management::ClientWebhookCallMethodsFactory

Allows manipulation of webhook calls in context of the current client Allows listing all webhook call details for client and finding one by ID.

Returns:

  • (Contentful::Management::ClientWebhookCallMethodsFactory)

See Also:

  • README for details.


265
266
267
# File 'lib/contentful/management/client.rb', line 265

def webhook_calls(space_id, webhook_id)
  ClientWebhookCallMethodsFactory.new(self, space_id, webhook_id)
end