funnyplaces is a Clojure client for Factual's public API. (Full Disclosure: I work at Factual.)
https://github.com/dirtyvagabond/funnyplaces#readme It's basically the first Clojure project I've released to the wild. Coming from a Java background, was really pleased with how simple it was to build an API wrapper in Clojure. Also was tickled to stumble upon the excellent slingshot library for exception management. That said, I suspect there's tons of room for improvement. Specifically, I've been fretting over the way I do 2-legged oauth: I just do Java interop around Google's api.client.http library, because I couldn't find a more Clojure-y way to do 2-legged. Much thanks to Don at likestream.net for his excellent feedback (and production testing! ;-) along the way. If you've thought about using Factual's API but wanted a Clojure driver, I hope this might help. Very open to comments and suggestions… Cheers, Aaron -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en