Thanks Avi! I’ll bookmark that and see whether I can either borrow from it or 
contribute to it in the context of FW/1 :)

Sean

> On May 6, 2015, at 3:46 AM, Avi Avicenna <maverick.avice...@gmail.com> wrote:
> 
> There is one,
> 
> Wakeful (https://github.com/ninjudd/wakeful) routing library fits your 
> criteria. 
> 
> Here I copy the sample from its README
> 
> (use 'flatland.wakeful.core)
> 
> (def handler (wakeful "awesome.api"))
> Now http calls dispatch to methods calls in namespaces under awesome.api:
> 
> GET  /photo-123/thumbnail  -> awesome.api.photo/thumbnail
> GET  /photo-123/tags       -> awesome.api.photo/tags
> POST /photo-123/tag/user-1 -> awesome.api.photo/tag!
> 
> Unfortunately, it's been 2 years since last commit.


-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to