-
Good day, In my first GET request named "Basics" the response is like:
In my second get request I want to reuse the value of "Basics" item "item2".
But instead I get the error: It would be nice if I could get this setup correctly and working. It would save me a lot of time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@LindevdH The error is not generated by httpyac but by vscode-restclient (you used CodeLens Send Request). To some extent you can probably solve it with vscode-restclient, even though
|
Beta Was this translation helpful? Give feedback.
@LindevdH The error is not generated by httpyac but by vscode-restclient (you used CodeLens Send Request). To some extent you can probably solve it with vscode-restclient, even though
@ref
is not supported (search jsonpath in readme).If you want to try your luck with my extension, it's best to uninstall vscode-restclient to avoid misunderstandings and use Code Lens
Send
or commandhttpyac.send
. We have different approaches in detail. Your example should actually work, except that the array access is not respected.