gws.mandrill.client

->MandrillClient

(->MandrillClient api-key clj-http-options)
Positional factory function for class gws.mandrill.client.MandrillClient.

call

(call client endpoint body)
Calls the supplied Mandrill endpoint and returns the decoded response body.

create

(create api-key)(create api-key clj-http-options)
Build a Mandrill client. An optional map of parameters may be passed which
will be merged with the clj-http parameter map.

endpoint-fmt

map->MandrillClient

(map->MandrillClient m__6522__auto__)
Factory function for class gws.mandrill.client.MandrillClient, taking a map of keywords to field values.

user-agent