Fork me on GitHub
#announcements
<
2021-03-08
>
tony.kay00:03:15

Fulcro 3.4.18 is on Clojars. This is a bugfix release that corrects a problem when returning a tree of data from a mutation that uploaded files. https://github.com/fulcrologic/fulcro

🎉 21
fulcro 21
oliy14:03:35

Hi everyone, I'm pleased to announce the 0.1.16 release of Martian https://github.com/oliyh/martian Martian is an HTTP abstraction for Clojure/script, making calling remote API endpoints just like calling a function. It supports Swagger, OpenAPI and local API descriptions and can be used with any http library. This release adds support for: • Keyword -> string coercion https://github.com/oliyh/martian/issues/105 • Document and optionally merge default values https://github.com/oliyh/martian/issues/18 This release improves: • Behaviour parsing OpenAPI v3 schemas when encountering an unexpected schema https://github.com/oliyh/martian/issues/103

👽 39
🙌 3
3
lispyclouds14:03:41

Hello! Made this tiny lib for doing spec-first servers using #reitit and #malli: https://github.com/lispyclouds/navi Converts OpenAPI route definitions to Reitit routes and uses Malli for request coercion. Quite experimental and not quite ready for serious use. Hopefully its useful to some of you! 😄

🎉 15
👍 12
❤️ 15
😎 6
3
orestis15:03:09

I was dreaming about this some time ago, thanks for releasing it :)

lispyclouds15:03:31

😄 hope this is useful to you! looking forward to making it more robust!