nvim-http icon indicating copy to clipboard operation
nvim-http copied to clipboard

Sequential requests: token then normal request

Open JPFrancoia opened this issue 2 years ago • 0 comments

Hi :wave:

Just have one question, couldn't find the answer in the doc: is it possible to send two requests one after the other, but use the response from the first one to send the second one?

Typically I would need that for getting a token from an endpoint, then using this token to query another endpoint. But I couldn't see a way to extract the fields of the first request

JPFrancoia avatar Oct 18 '23 16:10 JPFrancoia