Expand description
RQPush is a library that assists with generating and sending notifications to RQueue: https://github.com/jeremyandrews/rqueue
Structs§
- Message
- The final outbound message that is sent, where “contents” is the OutboundNotification derived from the internal Notification.
- Notification
- An object used to generate notifications.
- Outbound
Notification - The final outbound notification object that is derived from the internal Notification object. This is delivered inside Message.contents.
Functions§
- generate_
sha256 - Generate a sha256 of a string, including an optional shared_secret as salt.