You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got most of the way there, but it was quite complicated. I was going more down the path of supporting both spec and schema at the same time, rather than making them pluggable, but pluggable is probably a better way to go.
The hardest part was turning a swagger document into the schema, but I expect Malli to have much better support for that than clojure.spec so it might be easier.
Hello,
What about making the schema backend pluggable just like the HTTP client one? Would be nice to support Clojure spec and malli, for example:
https://github.com/metosin/malli
The text was updated successfully, but these errors were encountered: