lein uberjar
java -jar cd-wsapi-0.1.0-SNAPSHOT-standalone.jar
In a separate terminal:
curl "http://localhost:8080/examples/clojure.core/map"
curl "http://localhost:8080/examples/1.2.0/clojure.core/map"
curl "http://localhost:8080/search/map"
curl "http://localhost:8080/search/clojure.core/map"
curl "http://localhost:8080/comments/clojure.contrib.json/read-json"
curl "http://localhost:8080/comments/1.2.0/clojure.contrib.json/read-json"
curl "http://localhost:8080/see-also/clojure.test/are"
curl "http://localhost:8080/versions"
curl "http://localhost:8080/versions/clojure.core"
curl "http://localhost:8080/versions/clojure.core/map"
Copyright (C) 2010 FIXME
Distributed under the Eclipse Public License, the same as Clojure.