Replies: 1 comment
-
Yeah, right now you'd need to use scripting for this. I have an idea that there could be a special variable that gives you access to data in the last request that ran though. For example if a request returned a JSON body which contained a key of "foo", maybe you could do |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was wondering if this is possible, as I couldn't find a reference to it. I think it would be great if a certain request returning JSON could be used to make a subsequent request. For example I usually make a request to get the tokens, and then use those tokens in the next requests. I know we could use the existing scripting abilities which I think it a great feature, but it would be nice to use this tool to do that too.
Beta Was this translation helpful? Give feedback.
All reactions