campfire-0.1.1: Haskell implementation of the Campfire API

Portabilityportable
Stabilityprovisional
MaintainerMichael Xavier <michael@michaelxavier.net>

Web.Campfire.Monad

Description

 

Synopsis

Documentation

data CampfireEnv Source

Authentication environment used in Campfire API calls

Constructors

CampfireEnv 

Fields

cfKey :: Text

Authentication token. Obtained from the user info page in Campfire

cfSubDomain :: Text

The subdomain on the Campfire website to authenticate against

newtype CampfireM a Source

IO wrapper used to chain and compose Campfire API actions

Constructors

CampfireM