https://github.com/clojure-liberator/liberator-examples
Examples for liberator
https://github.com/clojure-liberator/liberator-examples
examples http liberator
Last synced: about 1 month ago
JSON representation
Examples for liberator
- Host: GitHub
- URL: https://github.com/clojure-liberator/liberator-examples
- Owner: clojure-liberator
- License: other
- Created: 2018-12-27T09:20:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-27T09:28:53.000Z (over 6 years ago)
- Last Synced: 2025-01-19T12:49:38.359Z (3 months ago)
- Topics: examples, http, liberator
- Language: Clojure
- Homepage: http://clojure-liberator.github.io/liberator/
- Size: 147 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
README
# Liberator Examples
Liberator is a Clojure library for building RESTful applications.
## Quick Links
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
### Dependencies
The examples in this document rely on you installing [leiningen 2](http://leiningen.org).
### Running the examples
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```).
### Ensuring the tests pass
Liberator uses [Midje](https://github.com/marick/Midje/) for testing. You can run all the tests like this :-
lein midje
# Documentation
Documentation and a tutorial can be found on [http://clojure-liberator.github.io](http://clojure-liberator.github.io).
# License
Liberator is licensed under EPL 1.0 (see file epl-v10.html).