Method: Contentful::Management::Webhook#webhook_calls

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

#webhook_callsContentful::Management::WebhookWebhookCallMethodsFactory

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

Returns:

  • (Contentful::Management::WebhookWebhookCallMethodsFactory)

See Also:

  • README for details.


63
64
65
# File 'lib/contentful/management/webhook.rb', line 63

def webhook_calls
  WebhookWebhookCallMethodsFactory.new(self)
end