Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.API.Mandrill.Inbound
Documentation
data DomainAddRq Source #
Constructors
DomainAddRq | |
Fields
|
Instances
data DomainAddResponse Source #
Constructors
DomainAddResponse | |
Fields |
data RouteAddResponse Source #
Constructors
RouteAddResponse | |
Fields
|
data RouteAddRq Source #
Constructors
RouteAddRq | |
Fields
|
Instances
Arguments
:: MandrillKey | The API key |
-> Text | The domain to add |
-> Maybe Manager | |
-> IO (MandrillResponse DomainAddResponse) |
Arguments
:: MandrillKey | The API key |
-> Text | The domain to add |
-> Text | the pattern including wildcards |
-> Text | URL to forward to |
-> Maybe Manager | |
-> IO (MandrillResponse RouteAddResponse) |