-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Description
public function send(Message $message)
{
return $this->guzzleClient->post(
$this->getApiUrl(),
[
'headers' => [
'Authorization' => sprintf('key=%s', $this->apiKey),
'Content-Type' => 'application/json'
],
'body' => json_encode($message)
]
);
}
maybe send function param type error ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels