flowdock-rest-0.1.0.0: Flowdock REST API

LicenseBSD3
MaintainerOleg Grenrus <oleg.grenrus@iki.fi>
Safe HaskellNone
LanguageHaskell2010

Chat.Flowdock.REST.Request

Contents

Description

 

Synopsis

Request creation

parseApiUrl :: MonadThrow m => ApiUrl a -> m (Tagged a Request) Source

Convert a ApiUrl into a Request.

See parseUrl

Since this function uses MonadThrow, the return monad can be anything that is an instance of MonadThrow, such as IO or Maybe.

Flows

Messages

Options

Users

Organisations