clojuredocs-client
clojuredocs-client copied to clipboard
A tiny client for the http://clojuredocs.org API
``` clj -Sdeps '{:deps {org.thnetos/cd-client {:mvn/version "0.3.6"}}}' Clojure 1.9.0 user=> (use 'cd-client.core) CompilerException java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter, compiling:(clj_http/lite/util.clj:33:3) user=> ``` This is what I executed.
One requirement for licensing code under the EPL is that "a copy of this Agreement [the EPL] must be included with each copy of the Program." [0]. Unfortunately clojuredocs-client does...
... and not the default latest and greatest 1.3... Seems that the URL that is brought back from the "http://api.clojuredocs.org/examples/clojure.core/map": {"url":"http://clojuredocs.org/v/1734",... points at the older docs, which could indicate that...