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.
ResourceArray
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 39
WebhookCall
getWebhookCall(string $spaceId, string $webhookId, string $webhookCallId)
Returns a WebhookCall resource.
at line 59
ResourceArray
getWebhookCalls(string $spaceId, string $webhookId, Query $query = \null)
Returns a ResourceArray object containing WebhookCall resources.