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