Skip to content

bradcypert/clojchimp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 © 2018 Brad Cypert

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