Module: unifiedpush-node-sender

Methods


unifiedPushSenderClient(settings)

Create a new UnifiedPush sender client. It does cool stuff
Parameters:
Name Type Default Description
settings Object {} the settings to be passed
Properties
Name Type Description
url String The URL of the Unified Push Server.
applicationId String The Application ID
masterSecret String The Master Secret
headers Object The hash of custom HTTP headers / header overrides
Returns:
A promise that will resolve with the client object.
Type
Promise