libstackexchange-0.3.1: StackExchange API interface

Safe HaskellNone
LanguageHaskell98

Network.StackExchange.Response

Contents

Description

Get response from Request and retrieve data from it

Synopsis

Schedule request

data SEException Source #

StackExchange invalid response exception

Constructors

SEException 

Fields

askSE :: Request Ready n r -> IO r Source #

Send Request and parse response

Iso lens

se :: (Functor f, Profunctor p) => p (SE a) (f (SE t)) -> p (Maybe Value) (f (Maybe Value)) Source #

Isomorphism for the ease of interaction with aeson-lens