Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.API.Mandrill.Inbound
Documentation
data DomainAddRq #
Constructors
DomainAddRq | |
Fields
|
Instances
data RouteAddResponse #
Constructors
RouteAddResponse | |
Fields
|
Instances
data RouteAddRq #
Constructors
RouteAddRq | |
Fields
|
Instances
rarq_url :: Lens' RouteAddRq Text #
rarq_key :: Lens' RouteAddRq Text #
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) |