Method: Contentful::Management::Webhook#webhook_calls
- Defined in:
- lib/contentful/management/webhook.rb
#webhook_calls ⇒ Contentful::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.
63 64 65 |
# File 'lib/contentful/management/webhook.rb', line 63 def webhook_calls WebhookWebhookCallMethodsFactory.new(self) end |