pusher-http-haskell-0.1.0.0: Haskell client library for the Pusher HTTP API

Copyright(c) Will Sewell, 2015
LicenseMIT
Maintainerme@willsewell.com
Stabilityexperimental
Safe HaskellNone
LanguageHaskell2010

Data.Pusher

Description

You must create an instance of this datatype with your particular Pusher app credentials in order to run the main API functions.

Synopsis

Documentation

data Pusher Source

All the required configuration needed to interact with the API.

data Credentials Source

The credentials for the current app.

getPusher :: MonadIO m => Credentials -> m Pusher Source

Use this to get an instance Pusher. This will fill in the host and path automatically.