Elephant is a modern Clojure client for the Stripe API.
- Provide an API that allows developers primarily work with immutable Clojure data structures.
- Have good test coverage.
Elephant is still relative young but the most active stage of development is now behind us. Breaking public API changes are relatively unlikely.
Elephant artifacts are released to Clojars.
If you are using Maven, add the following repository
definition to your pom.xml
:
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
With Leiningen:
[clojurewerkz/elephant "1.0.0-beta18"]
With Maven:
<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>elephant</artifactId>
<version>1.0.0-beta18</version>
</dependency>
The project is too young to begin documenting the API.
This section will be updated when the API stabilizes.
To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.
Elephant requires Clojure 1.6+.
elephant is part of the group of Clojure libraries known as ClojureWerkz, together with
and several others.
Elephant uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using
lein all test
Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on GitHub.
Copyright (C) 2014-2016 Michael S. Klishin, Alex Petrov, and The ClojureWerkz Team.
Double licensed under the Eclipse Public License (the same as Clojure) or the Apache Public License 2.0.
The library is inspired by a badass USSR cartoon about two detectives investigating theft of a striped elephant.