Fork me on GitHub
#yada
<
2016-01-06
>
joshg07:01:52

Does yada automatically coerce JSON if the resource map contains {:consumes "application/json"}?

joshg07:01:54

I’m trying to get a trivial resource with a POST method to accept JSON, but I’m getting a "415 Unsupported Media Type” error (verified that the request has the correct content-type set).