mandrill-0.1.0.2: Library for interfacing with the Mandrill JSON API

Safe HaskellNone
LanguageHaskell2010

Network.API.Mandrill.Users

Synopsis

Documentation

info :: MandrillKey -> IO (MandrillResponse UsersInfoResponse) Source

Return the information about the API-connected user

ping :: MandrillKey -> IO (MandrillResponse UsersPingResponse) Source

Validate an API key and respond to a ping

ping2 :: MandrillKey -> IO (MandrillResponse UsersPing2Response) Source

Validate an API key and respond to a ping (anal JSON parser version)

senders :: MandrillKey -> IO (MandrillResponse [UsersSendersResponse]) Source

Return the senders that have tried to use this account, both verified and unverified