The response query in the format res("query") is not working as documented:
I can access attributes of the response body JSON with dot notation:res.body.foo
I cannot access attributes by calling res() with a query, as described on this documentation page: I get the error Error invoking remote method 'send-http-request': Error: Error: not a function
The response query in the format
res("query")
is not working as documented:res.body.foo
res()
with a query, as described on this documentation page: I get the errorError invoking remote method 'send-http-request': Error: Error: not a function
See screenshot