fcm-client-0.2.0.0: Admin API for Firebase Cloud Messaging

Safe HaskellNone
LanguageHaskell2010

FCMClient

Description

Synopsis

Documentation

fcmCallJSON Source #

Arguments

:: ToJSON req 
=> ByteString

authorization key

-> req

FCM JSON message, a typed model or a document object, see Types

-> IO FCMResult 

fcmJSONRequest Source #

Arguments

:: ByteString

authorization key

-> ByteString

JSON POST data

-> Request 

Constructs an authenticated FCM JSON request, body and additional parameters such as proxy or http manager can be set for a customized HTTP call.