twilio-0.1.3.2: Twilio REST API library for Haskell
Twilio.AuthorizedConnectApps
Contents
Synopsis
data AuthorizedConnectApps Source #
Constructors
Fields
Instances
Methods
(==) :: AuthorizedConnectApps -> AuthorizedConnectApps -> Bool #
(/=) :: AuthorizedConnectApps -> AuthorizedConnectApps -> Bool #
showsPrec :: Int -> AuthorizedConnectApps -> ShowS #
show :: AuthorizedConnectApps -> String #
showList :: [AuthorizedConnectApps] -> ShowS #
parseJSON :: Value -> Parser AuthorizedConnectApps #
parseJSONList :: Value -> Parser [AuthorizedConnectApps] #
get0 :: MonadThrow m => TwilioT m AuthorizedConnectApps Source #
getListWrapper :: Wrapper (Maybe PagingInformation -> [AuthorizedConnectApp] -> AuthorizedConnectApps) Source #
getList :: AuthorizedConnectApps -> [AuthorizedConnectApp] Source #
getPlural :: Const * Text (AuthorizedConnectApps, AuthorizedConnectApp) Source #
parseJSONToList :: Value -> Parser AuthorizedConnectApps Source #
get :: MonadThrow m => TwilioT m AuthorizedConnectApps Source #
Get AuthorizedConnectApps.
AuthorizedConnectApps