Skip to content

rtroberts/clojchimp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 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 "[email protected]" "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.

About

A small MailChimp client written in Clojure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Clojure 100.0%