vscode-restclient icon indicating copy to clipboard operation
vscode-restclient copied to clipboard

Enable dependency calls for request variables

Open lispercat opened this issue 2 years ago • 0 comments

I wonder would it be possible to provide following feature:

If you have a few requests like

  1. Authorization request providing a token in a request variable
  2. API call that depends on the token from the request variable of the first call

Would it be possible to automatically make the authorization request when I send the API request since it would detect it needs a populated variable from the first call?

lispercat avatar Jul 27 '22 16:07 lispercat