Liking cljdoc? Tell your friends :D

Elephant, Stripe Clojure Client

Elephant is a modern Clojure client for the Stripe API.

Project Goals

  • Provide an API that allows developers primarily work with immutable Clojure data structures.
  • Have good test coverage.

Project Maturity

Elephant is still relative young but the most active stage of development is now behind us. Breaking public API changes are relatively unlikely.

Artifacts

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>

The Most Recent Release

With Leiningen:

[clojurewerkz/elephant "1.0.0-beta18"]

With Maven:

<dependency>
  <groupId>clojurewerkz</groupId>
  <artifactId>elephant</artifactId>
  <version>1.0.0-beta18</version>
</dependency>

Documentation & Examples

The project is too young to begin documenting the API.

This section will be updated when the API stabilizes.

Community & Support

To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.

Supported Clojure versions

Elephant requires Clojure 1.6+.

Continuous Integration Status

Continuous Integration status

Elephant Is a ClojureWerkz Project

elephant is part of the group of Clojure libraries known as ClojureWerkz, together with

and several others.

Development

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.

License

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.

FAQ

What's in the Name?

The library is inspired by a badass USSR cartoon about two detectives investigating theft of a striped elephant.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close