flowdock-rest-0.1.0.0: Flowdock REST API

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

Chat.Flowdock.REST.Internal

Description

 

Synopsis

Documentation

newtype ApiUrl res Source

Opaque URL received from the API.

Constructors

ApiUrl String 

Instances

newtype Identifier a res Source

Semi-opaque identifier.

Constructors

Identifier a 

Instances

Eq a => Eq (Identifier a res) 
Ord a => Ord (Identifier a res) 
Show a => Show (Identifier a res) 
FromJSON a => FromJSON (Identifier a res) 
Binary a => Binary (Identifier a res) 
HasStructuralInfo a => HasStructuralInfo (Identifier a res) 
HasSemanticVersion (Identifier a res) 
NFData a => NFData (Identifier a res) 
Hashable a => Hashable (Identifier a res) 
AnsiPretty a => AnsiPretty (Identifier a res) 
type SemanticVersion (Identifier a res) = 0 

newtype ParamName res Source

Semi-opaque parameterised name, used to construct requests

Constructors

ParamName String