Liking cljdoc? Tell your friends :D

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.

Can you improve this documentation? These fine people already did:
Brad & Brad Cypert
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close