Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bradcypert/clojchimp
- Owner: bradcypert
- License: epl-1.0
- Created: 2015-10-25T07:43:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-05T18:04:33.000Z (almost 7 years ago)
- Last Synced: 2024-12-15T10:21:07.944Z (21 days ago)
- Topics: clojure, mailchimp, mailchimp-api
- Language: Clojure
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.