WebhookCallExtension
trait WebhookCallExtension
WebhookCallExtension trait.
This extension is supposed to be applied to Client class which provides a fetchResource
method.
Methods
getWebhookCall(string $spaceId, string $webhookId, string $webhookCallId)
Returns a WebhookCall resource.
getWebhookCalls(string $spaceId, string $webhookId, Query $query = null)
Returns a ResourceArray object containing WebhookCall resources.
ResourceInterface|ResourceArray
fetchResource(string $class, array $parameters, Query $query = null, ResourceInterface $resource = null)
No description
Details
at line 33
getWebhookCall(string $spaceId, string $webhookId, string $webhookCallId)
Returns a WebhookCall resource.
at line 47
getWebhookCalls(string $spaceId, string $webhookId, Query $query = null)
Returns a ResourceArray object containing WebhookCall resources.