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
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
See screenshot
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: