| Portability | portable |
|---|---|
| Stability | provisional |
| Maintainer | Michael Xavier <michael@michaelxavier.net> |
Web.Campfire.Monad
Description
- data CampfireEnv = CampfireEnv {
- cfKey :: Text
- cfSubDomain :: Text
- newtype CampfireM a = CampfireM {
- unCampfireM :: ReaderT CampfireEnv IO a
Documentation
data CampfireEnv Source
Authentication environment used in Campfire API calls
Constructors
| CampfireEnv | |
Fields
| |
Instances
IO wrapper used to chain and compose Campfire API actions
Constructors
| CampfireM | |
Fields
| |