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

Safe HaskellNone
LanguageHaskell2010

Network.API.Mandrill.Users

Synopsis

Documentation

info :: MandrillKey -> Maybe Manager -> IO (MandrillResponse UsersInfoResponse) Source #

Return the information about the API-connected user

ping :: MandrillKey -> Maybe Manager -> IO (MandrillResponse UsersPingResponse) Source #

Validate an API key and respond to a ping

ping2 :: MandrillKey -> Maybe Manager -> IO (MandrillResponse UsersPing2Response) Source #

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

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

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