client/client library

Classes

MandrillClient
The base class for the Mandrill HTTP client. There is a server and a browser implementation of this client.
MandrillOptions

Functions

defaultResponseParser<T extends MandrillResponse>(T responseCoding, dynamic response) → T
The default ResponseParser simply takes the response Map, and invokes .decode(archive) on the provided Coding object.

Typedefs

ResponseParser<T extends MandrillResponse> = T Function(T responseCoding, dynamic response)