Last Updated: February 25, 2016
·
1.426K
· cmiles74

Clojure + Webmachine = Happy Web Service

I've been using Bishop (Webmachine-like library for Clojure) in my current project. Writing one function that prevents my API from accepting requests for non-existant resources has already been a big time/headache-saver.

https://github.com/tnr-global/bishop-sample/blob/master/src/com/tnrglobal/bishopsample/service.clj#L134