Searched refs:webhookBody (Results 1 – 3 of 3) sorted by relevance
136 public function validateWebhook($webhookBody); argument145 public function handleWebhook($webhookBody); argument
304 public function validateWebhook($webhookBody) argument306 $data = json_decode($webhookBody, true);307 if (!$this->isSignatureValid($webhookBody, $data['repository']['full_name'])) {345 public function handleWebhook($webhookBody) argument348 $data = json_decode($webhookBody, true);
506 public function validateWebhook($webhookBody) argument511 $data = json_decode($webhookBody, true);540 public function handleWebhook($webhookBody) argument542 $data = json_decode($webhookBody, true);