A lightweight Clojure library designed to interface with MailChimp's API.
;; Defining the client
(def client (create-client "[email protected]" "api-key"))
;; Request all campaigns
(get-campaigns client)
;; Create a new campaign
(create-campaign client {:name "campaign-name"})
Copyright © 2015 FIXME
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.