Replies: 1 comment
-
|
There's no way to programmatically send requests at the moment. Maybe one day, but it's unlikely I'll be able to add this any time soon. |
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've looked around in the documentation, but haven't found an answer: This is similar to the request about chaining requests from a year or so ago.
collection/requestin a pre-script?For example, a common usage pattern I have is:
It's simple enough to use scripting to run "A" manually, and then put that OAuth token to a variable for use in subsequent requests ("B" or "C"). Then I can manually run "B" and/or "C".
My question is if there's a way to (manually) trigger request "C" - (and I know scripting lets me do some validation) - and then request "C" uses scripting to automatically trigger request "A" and/or "B" as needed?
With pseudo-code along the lines of:
Beta Was this translation helpful? Give feedback.
All reactions