Liberator is a Clojure library for building RESTful applications.
You can find documentation at http://clojure-liberator.github.io/liberator
If you have any questions, visit our fine google group at https://groups.google.com/forum/#!forum/clojure-liberator
The examples in this document rely on you installing leiningen 2.
If you want to see the examples in a browser, run
lein examples
This will start a web server on port 8000 (but you can specify a alternative port with an argument, eg. lein examples 8001
). Alternatively you can run the web server with lein ring server
).
Liberator uses Midje for testing. You can run all the tests like this :-
lein midje
Documentation and a tutorial can be found on http://clojure-liberator.github.io.
Liberator is licensed under EPL 1.0 (see file epl-v10.html).