Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 689 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 689 Bytes

clojchimp

Clojars Project

Build Status

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

Usage

;; 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"})

License

Copyright © 2018 Brad Cypert

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