[Developers] Clojure library
Richard Newman
rnewman at twinql.com
Thu Jul 16 22:42:31 UTC 2009
Hi folks,
Just a brief announcement of a library I just made available. This is
an early-days Clojure client for Freebase.
It currently allows you to issue unauthenticated version, status,
read, search, and reconcile requests, and to issue write requests
within the scope of a login. Logins and writes are performed over
HTTPS by default.
Input and output are Clojure datastructures, representing MQL queries.
The README (and the enclosed restaurant search app) offer some good
examples.
More details on the GitHub page:
<http://github.com/rnewman/clj-mql/tree/master>
Questions, comments, feedback, corrections, and pull requests are
welcome!
Thanks,
-R
More information about the Developers
mailing list