leankit-api-0.4: LeanKit API

Safe HaskellNone

Leankit.Types

Documentation

data Reply datatype Source

Constructors

Reply 

Fields

_replyCode :: Int
 
_replyText :: String
 
_replyData :: [Maybe datatype]
 

Instances

Eq datatype => Eq (Reply datatype) 
Show datatype => Show (Reply datatype) 
FromJSON datatype => FromJSON (Reply datatype)