Hi everyone,

I am pleased to announce the release of martian 0.1.10

Martian provides an abstraction allowing you to describe the HTTP endpoints 
that you call without methods, urls and query parameters leaking into your 
application code, allowing you to work with pure Clojure data. It builds on 
the flexible interceptor pattern familiar to users of pedestal and supports 
APIs described with Swagger. Describing HTTP calls as data allows you to 
easily stub remote services, generate responses and add aspects such as 
logging and metrics.

https://github.com/oliyh/martian

This release *adds support* for:

   - Making your own decision about keywordising keys as per #65 
   <https://github.com/oliyh/martian/pull/65> (thanks @andrewmcveigh 
   <https://github.com/andrewmcveigh>)
   - URI formats for strings #63 <https://github.com/oliyh/martian/pull/63> 
(thanks 
   again to @andrewmcveigh <https://github.com/andrewmcveigh>)

Enjoy!

Cheers,
Oliy

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/e930e649-3406-479a-ac27-ad4e0584545f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to