hipchat-hs-0.0.4: Hipchat API bindings in Haskell

Safe HaskellNone
LanguageHaskell2010

HipChat.Types.Key

Documentation

newtype Key Source #

Constructors

Key 

Fields

Instances

Eq Key Source # 

Methods

(==) :: Key -> Key -> Bool #

(/=) :: Key -> Key -> Bool #

Show Key Source # 

Methods

showsPrec :: Int -> Key -> ShowS #

show :: Key -> String #

showList :: [Key] -> ShowS #

IsString Key Source # 

Methods

fromString :: String -> Key #

ToJSON Key Source # 

Methods

toJSON :: Key -> Value #

toEncoding :: Key -> Encoding #

FromJSON Key Source # 

Methods

parseJSON :: Value -> Parser Key #