/clojchimp

A small MailChimp client written in Clojure

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

clojchimp

Clojars Project

Build Status

A lightweight Clojure library designed to interface with MailChimp's API.

Usage

;; Defining the client
(def client (create-client "flarb@flarb.com" "api-key"))

;; Request all campaigns
(get-campaigns client)

;; Create a new campaign
(create-campaign client {:name "campaign-name"})

License

Copyright © 2015 FIXME

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.