pushbullet-0.0.0: Simple push support for pushbullet

Safe HaskellNone
LanguageHaskell2010

Network.Pushbullet.Types

Synopsis

Documentation

type Body = Text Source #

data PushBullet Source #

Constructors

PushNote Title Body

A note with a title and body

PushLink Title Body Text

A link with a message and title

PushFile Body FileName FileType FileUrl

A File with a message, name, type, and url

pushSecret Source #

Arguments

:: ByteString

Access Token found in Account Settings

-> PushSecret 

Generate the PushSecret from a ByteString