cognitect-labs / vase

Data driven microservices
Eclipse Public License 1.0
373 stars 42 forks source link

Docs claim that POST payload can be EDN. `#vase/transact` disagrees #78

Open mtnygard opened 7 years ago

mtnygard commented 7 years ago

Description

The docs are misleading. Specifically, your-first-api.md has a section that claims more flexibility for payload.

In fact, transact-action-exprs only allows JSON payloads.

ddeaguiar commented 7 years ago

@mtnygard PR #62 expands support for transact payloads. Perhaps we add the supported payloads to the docs as part of that PR change.

mtnygard commented 7 years ago

@ddeaguiar Did you get a response from @ohpauleez on merging that PR?

ohpauleez commented 7 years ago

Currently working on an AWS Lambda provider for Pedestal, out of the box (it should also support servlet/filter chains, just like Jetty). Once I wrap that up, I'll be switching gears back to Vase.