| Safe Haskell | None | 
|---|---|
| Language | Haskell2010 | 
Network.API.Mandrill.Messages.Types
Documentation
data MessagesSendRq Source #
Constructors
| MessagesSendRq | |
Fields  | |
Instances
| Show MessagesSendRq Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods showsPrec :: Int -> MessagesSendRq -> ShowS # show :: MessagesSendRq -> String # showList :: [MessagesSendRq] -> ShowS #  | |
| ToJSON MessagesSendRq Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods toJSON :: MessagesSendRq -> Value # toEncoding :: MessagesSendRq -> Encoding # toJSONList :: [MessagesSendRq] -> Value # toEncodingList :: [MessagesSendRq] -> Encoding #  | |
| FromJSON MessagesSendRq Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods parseJSON :: Value -> Parser MessagesSendRq # parseJSONList :: Value -> Parser [MessagesSendRq] #  | |
data MessagesSendTemplateRq Source #
Constructors
| MessagesSendTemplateRq | |
Instances
| Show MessagesSendTemplateRq Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods showsPrec :: Int -> MessagesSendTemplateRq -> ShowS # show :: MessagesSendTemplateRq -> String # showList :: [MessagesSendTemplateRq] -> ShowS #  | |
| ToJSON MessagesSendTemplateRq Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods toJSON :: MessagesSendTemplateRq -> Value # toEncoding :: MessagesSendTemplateRq -> Encoding # toJSONList :: [MessagesSendTemplateRq] -> Value #  | |
| FromJSON MessagesSendTemplateRq Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods parseJSON :: Value -> Parser MessagesSendTemplateRq # parseJSONList :: Value -> Parser [MessagesSendTemplateRq] #  | |
data MessagesResponse Source #
Constructors
| MessagesResponse | |
Fields 
  | |
Instances
| Show MessagesResponse Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods showsPrec :: Int -> MessagesResponse -> ShowS # show :: MessagesResponse -> String # showList :: [MessagesResponse] -> ShowS #  | |
| ToJSON MessagesResponse Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods toJSON :: MessagesResponse -> Value # toEncoding :: MessagesResponse -> Encoding # toJSONList :: [MessagesResponse] -> Value # toEncodingList :: [MessagesResponse] -> Encoding #  | |
| FromJSON MessagesResponse Source # | |
Defined in Network.API.Mandrill.Messages.Types Methods parseJSON :: Value -> Parser MessagesResponse # parseJSONList :: Value -> Parser [MessagesResponse] #  | |