Fork me on GitHub
#announcements
<
2019-06-25
>
oliy19:06:43

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 (thanks @andrewmcveigh) - URI formats for strings #63 (thanks again to @andrewmcveigh)

😀 8
👍 9
🎉 4