pivotal-tracker-0.2.0.0: A library and a CLI tool for accessing Pivotal Tracker API

Safe HaskellNone
LanguageHaskell2010

Web.Tracker

Synopsis

Documentation

data ServantError :: * #

A type representing possible errors in a request

Note that this type substantially changed in 0.12.

Instances

Eq ServantError 
Show ServantError 
Generic ServantError 

Associated Types

type Rep ServantError :: * -> * #

Exception ServantError 
MonadError ServantError ClientM 
type Rep ServantError 

data Manager :: * #

Keeps track of open connections for keep-alive.

If possible, you should share a single Manager between multiple threads and requests.

Since 0.1.0