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

How to store response or it part after request in the same file

Open QuAzI opened this issue 4 years ago • 0 comments

I want to have something like it

# @name login
POST {{host}}/v1/auth
Authorization: Basic login:pass
Content-Type: application/json

< ./payload

> response line1
> response line2
> response lineN

But I don't understand how to store long response near request in right way. I don't need to store here latest response but I want to store example or part of it. E.g. use it like documentation

QuAzI avatar Feb 05 '22 17:02 QuAzI