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
Vase literals should be consistent in their allowed inputs. Any of them that take data in (e.g., query and transact) should accept all the data-like representations we support:
JSON
EDN
Transit
Actual Behavior
The transact literal only accepts JSON payloads.
Environment
Pedestal and Vase version
Vase 0.9.1
The text was updated successfully, but these errors were encountered:
I would love to see transit-params support since transit is much more superior than json and we already use it as standard protocol in many of our services.
Description
Expected Behavior
Vase literals should be consistent in their allowed inputs. Any of them that take data in (e.g., query and transact) should accept all the data-like representations we support:
Actual Behavior
The transact literal only accepts JSON payloads.
Environment
Pedestal and Vase version
Vase 0.9.1
The text was updated successfully, but these errors were encountered: