vscode-restclient
vscode-restclient copied to clipboard
Enable dependency calls for request variables
I wonder would it be possible to provide following feature:
If you have a few requests like
- Authorization request providing a token in a request variable
- 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?