Discussion:
[ANN] martian 0.1.9 - simplify your HTTP clients
Oliver Hine
2018-11-21 08:58:04 UTC
Permalink
Hi everyone,

I am pleased to announce the release of martian
<https://github.com/oliyh/martian>0.1.9

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:

- Trimming trailing slashes from base URLs as per #55
<https://github.com/oliyh/martian/pull/55> (thanks @samuelwagen
<https://github.com/samuelwagen>)

This release *fixes*:

- Compilation with the latest Clojurescript (1.10.439)
- A compilation warning for schema #52
<https://github.com/oliyh/martian/pull/52> (thanks @samuelwagen
<https://github.com/samuelwagen>)

This release *improves*:

- The http-kit stub responder is now easier to use
- cljdoc badges #59 <https://github.com/oliyh/martian/pull/59> (thanks
@polymeris <https://github.com/polymeris>)


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 ***@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+***@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+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...