Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
data DomainAddRq Source #
Instances
FromJSON DomainAddRq Source # | |
Defined in Network.API.Mandrill.Inbound parseJSON :: Value -> Parser DomainAddRq # parseJSONList :: Value -> Parser [DomainAddRq] # | |
ToJSON DomainAddRq Source # | |
Defined in Network.API.Mandrill.Inbound toJSON :: DomainAddRq -> Value # toEncoding :: DomainAddRq -> Encoding # toJSONList :: [DomainAddRq] -> Value # toEncodingList :: [DomainAddRq] -> Encoding # | |
Show DomainAddRq Source # | |
Defined in Network.API.Mandrill.Inbound showsPrec :: Int -> DomainAddRq -> ShowS # show :: DomainAddRq -> String # showList :: [DomainAddRq] -> ShowS # |
data DomainAddResponse Source #
Instances
FromJSON DomainAddResponse Source # | |
Defined in Network.API.Mandrill.Inbound parseJSON :: Value -> Parser DomainAddResponse # parseJSONList :: Value -> Parser [DomainAddResponse] # | |
ToJSON DomainAddResponse Source # | |
Defined in Network.API.Mandrill.Inbound toJSON :: DomainAddResponse -> Value # toEncoding :: DomainAddResponse -> Encoding # toJSONList :: [DomainAddResponse] -> Value # toEncodingList :: [DomainAddResponse] -> Encoding # | |
Show DomainAddResponse Source # | |
Defined in Network.API.Mandrill.Inbound showsPrec :: Int -> DomainAddResponse -> ShowS # show :: DomainAddResponse -> String # showList :: [DomainAddResponse] -> ShowS # |
data RouteAddResponse Source #
Instances
FromJSON RouteAddResponse Source # | |
Defined in Network.API.Mandrill.Inbound parseJSON :: Value -> Parser RouteAddResponse # parseJSONList :: Value -> Parser [RouteAddResponse] # | |
ToJSON RouteAddResponse Source # | |
Defined in Network.API.Mandrill.Inbound toJSON :: RouteAddResponse -> Value # toEncoding :: RouteAddResponse -> Encoding # toJSONList :: [RouteAddResponse] -> Value # toEncodingList :: [RouteAddResponse] -> Encoding # | |
Show RouteAddResponse Source # | |
Defined in Network.API.Mandrill.Inbound showsPrec :: Int -> RouteAddResponse -> ShowS # show :: RouteAddResponse -> String # showList :: [RouteAddResponse] -> ShowS # |
data RouteAddRq Source #
RouteAddRq | |
|
Instances
FromJSON RouteAddRq Source # | |
Defined in Network.API.Mandrill.Inbound parseJSON :: Value -> Parser RouteAddRq # parseJSONList :: Value -> Parser [RouteAddRq] # | |
ToJSON RouteAddRq Source # | |
Defined in Network.API.Mandrill.Inbound toJSON :: RouteAddRq -> Value # toEncoding :: RouteAddRq -> Encoding # toJSONList :: [RouteAddRq] -> Value # toEncodingList :: [RouteAddRq] -> Encoding # | |
Show RouteAddRq Source # | |
Defined in Network.API.Mandrill.Inbound showsPrec :: Int -> RouteAddRq -> ShowS # show :: RouteAddRq -> String # showList :: [RouteAddRq] -> ShowS # |
:: MandrillKey | The API key |
-> Text | The domain to add |
-> Maybe Manager | |
-> IO (MandrillResponse DomainAddResponse) |
:: MandrillKey | The API key |
-> Text | The domain to add |
-> Text | the pattern including wildcards |
-> Text | URL to forward to |
-> Maybe Manager | |
-> IO (MandrillResponse RouteAddResponse) |