Fork me on GitHub
#pedestal
<
2017-07-02
>
jjttjj16:07:12

@mtnygard just wondering, in reference to https://github.com/cognitect-labs/vase/issues/78 is it by design that Vase only accepts json payloads? I do see that there's a PR related to this. I'm attempting to call a vase api from a cljs app and it's possible but a bit awkward at the moment with the namespaced keys everywhere etc.

jjttjj16:07:57

What attracts me to Vase was it's "Everything as EDN data" attitude so it was kind of unexpected to me to find that this doesn't extend to communication with the client