Class for sending requests to a Ntfy server.
Ntfy\Client(Server $server, User|Token|null $auth = null)
- Send a message
- Send a message to a server protected with user authentication
- Send a message to a server protected with token authentication
Send a message to the defined server.
send(Message $message): stdClass