I've defined an @http.route method which receives parameters from a third party. I'm trying to access the body parameters of the request, but I can only access them if they come inside a `params` object.
For example, I have:
and i can only access the `topic` params if in the request it was:
but the third party is doing the request like:
which I'm unable to fetch. I've tried logging the contents of `**kw` but it logs {}
Thanks
Hey Jack, thanks a lot that was precisely what i needed, sorry I don't have enough karma to comment, upvote or accept the answer :(