Portability | portable |
---|---|
Stability | provisional |
Maintainer | Sigbjorn Finne <sof@forkIO.com> |
FriendFeed.Monad
Description
Monadic layer for handling calls and processing of FriendFeed API interaction.
Documentation
Constructors
FFmEnv | |
Fields
|
nullFFmEnv :: AuthUser -> FFmEnvSource
forService :: String -> FFm a -> FFm aSource
startIndex :: Int -> FFm a -> FFm aSource
withPageSize :: Int -> FFm a -> FFm aSource
postMethod :: FFm a -> FFm aSource
Constructors
AuthUser | |
Fields
|
checkResponse :: String -> ErrM StringSource
Constructors
FFeedErr | |
Fields
|
data SomeFFeedException Source
Constructors
forall e . Exception e => SomeFFeedException e |
ffeedToException :: Exception e => e -> SomeExceptionSource
ffeedFromException :: Exception e => SomeException -> Maybe eSource
throwFFeedErr :: FFeedErr -> FFm aSource