Crate pushover_rs

Source

Structs§

AttachmentMessage
A message containing an attachment, to be used in conjuction with the send_pushover_request_with_attachment function.
AttachmentMessageBuilder
Helps build a correct Pushover request, with attachment.
Message
A message to be used in conjunction with the send_pushover_request function.
MessageBuilder
Helps build a correct Pushover request.
PushoverResponse
Data of the response given by the Pushover API. (if any)

Enums§

PushoverSound
An enum of all the officially available notification sounds in Pushover.

Functions§

send_pushover_request
Send a push notification without attachment (non blocking)
send_pushover_request_with_attachment
Send a push notification with attachment (! blocking)