あとは好きなpayload
を送る
だけ
subscription = {
endpoint: 'https://example.com/...',
keys: {
p256dh: 'URL-Safe Base64 String',
auth: 'URL-Safe Base64 String',
}
}
webpush = WebPush.new(subscription)
webpush.set_vapid_details('mailto:
[email protected]',
'VAPID Public key(URL-Safe Base64 Stri
'VAPID Private key(URL-Safe Base64 Str
webpush.send_notification("Payload String")