servant-pushbullet-client-0.4.0.0: Bindings to the Pushbullet API using servant-client

Safe HaskellNone
LanguageHaskell2010

Network.Pushbullet.Client

Synopsis

Documentation

pushbulletAuth :: PushbulletKey -> Auth Source #

Constructs an authenticator from a pushbullet key.

This authenticator adds the necessary Access-Token header to the request.

type Auth = AuthenticateReq (AuthProtect PushbulletAuth) Source #

A shorter name of the auth type we use.