Example #1
0
 private function getUrl(ApiApplication $application, WebhookEventDelivery $delivery)
 {
     return sprintf('%s#%s', $application->getWebhookUrl(), $delivery->getId());
 }