twilio-0.3.0.0: Twilio REST API library for Haskell

Copyright(C) 2017- Mark Andrus Roberts
LicenseBSD-style (see the file LICENSE)
MaintainerMark Andrus Roberts <markandrusroberts@gmail.com>
Stabilityprovisional
Safe HaskellNone
LanguageHaskell98

Twilio.APIKey

Contents

Description

 

Synopsis

Resource

data APIKey #

Constructors

APIKey 

Fields

Instances

Eq APIKey # 

Methods

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

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

Ord APIKey # 
Show APIKey # 
FromJSON APIKey # 

Methods

parseJSON :: Value -> Parser APIKey

parseJSONList :: Value -> Parser [APIKey]

List APIKeys APIKey # 
Get1 APIKeySID APIKey # 

Methods

get1 :: MonadThrow m => APIKeySID -> TwilioT m APIKey #

data APIKeySID #

Instances

Bounded APIKeySID # 
Eq APIKeySID # 
Data APIKeySID # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> APIKeySID -> c APIKeySID #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c APIKeySID #

toConstr :: APIKeySID -> Constr #

dataTypeOf :: APIKeySID -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c APIKeySID) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c APIKeySID) #

gmapT :: (forall b. Data b => b -> b) -> APIKeySID -> APIKeySID #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> APIKeySID -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> APIKeySID -> r #

gmapQ :: (forall d. Data d => d -> u) -> APIKeySID -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> APIKeySID -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> APIKeySID -> m APIKeySID #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> APIKeySID -> m APIKeySID #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> APIKeySID -> m APIKeySID #

Ord APIKeySID # 
Read APIKeySID # 
Show APIKeySID # 
Ix APIKeySID # 
IsString APIKeySID # 
Generic APIKeySID # 

Associated Types

type Rep APIKeySID :: * -> * #

NFData APIKeySID # 

Methods

rnf :: APIKeySID -> () #

ToJSON APIKeySID # 

Methods

toJSON :: APIKeySID -> Value

toEncoding :: APIKeySID -> Encoding

toJSONList :: [APIKeySID] -> Value

toEncodingList :: [APIKeySID] -> Encoding

FromJSON APIKeySID # 

Methods

parseJSON :: Value -> Parser APIKeySID

parseJSONList :: Value -> Parser [APIKeySID]

Hashable APIKeySID # 
IsSID APIKeySID # 

Methods

getSID :: APIKeySID -> Text #

parseSID :: Text -> Maybe APIKeySID #

Get1 APIKeySID APIKey # 

Methods

get1 :: MonadThrow m => APIKeySID -> TwilioT m APIKey #

type Rep APIKeySID # 
type Rep APIKeySID = D1 (MetaData "APIKeySID" "Twilio.Types.SIDs" "twilio-0.3.0.0-5MJriwViwXZ5B3Ok1irAlv" True) (C1 (MetaCons "APIKeySID" PrefixI True) (S1 (MetaSel (Just Symbol "getAPIKeySID") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (SID S K))))

get :: MonadThrow m => APIKeySID -> TwilioT m APIKey #