Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bradcypert/clojchimp

A small MailChimp client written in Clojure
https://github.com/bradcypert/clojchimp

clojure mailchimp mailchimp-api

Last synced: 5 days ago
JSON representation

A small MailChimp client written in Clojure

Awesome Lists containing this project

README

        

# clojchimp
[![Clojars Project](http://clojars.org/clojchimp/latest-version.svg)](http://clojars.org/clojchimp)

[![Build Status](https://travis-ci.org/bradcypert/clojchimp.svg?branch=master)](https://travis-ci.org/bradcypert/clojchimp)

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

## Usage

```clojure
;; 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.