oliyh / martian

The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more
MIT License
525 stars 42 forks source link

Use clj-commons/clj-http-lite? #170

Closed vemv closed 1 year ago

vemv commented 1 year ago

Hey there,

https://github.com/clj-commons/clj-http-lite is the latest-and-greatest iterarion of the clj-http-lite fork saga.

It would seem great if that one was used.

Cheers - V

vemv commented 1 year ago

n.b., that newer version removed the dependency on Slingshot. IIRC they managed for the change not to be breaking.

oliyh commented 1 year ago

Hi @vemv , Thanks for bringing this to my attention, will try it out soon.

Cheers

oliyh commented 1 year ago

Closed in #172

vemv commented 1 year ago

Cheers. btw, https://github.com/oliyh/martian/blob/22605e74acdc7101b6226b8cb023055eb22aea97/README.md?plain=1#L22 could be updated

oliyh commented 1 year ago

Fixed, thanks!