desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Feature request: Request chaining

Open mofax opened this issue 3 years ago • 7 comments

Checklist

  • [x] I've searched for similar feature requests.

Enhancement request

Introduce templating syntax to allow using values from one request's response, as input for another request.

Problem it solves

Improves UX. Users don't have to copy-paste values that are dynamic by nature.

For example, a /login path returns a token in the response. A /users path uses the received token in an x-authorisation-token header. If token expires after a given time, you'd have to keep on copy-pasting the refreshed token.

mofax avatar Jun 23 '22 09:06 mofax

Hi @mofax, this is on our radar.

jkbrzt avatar Jun 24 '22 10:06 jkbrzt

Would be cool with an approach like Postmans 'test', where you can modify the environment with contents of the response.

bjornomy avatar Aug 16 '22 11:08 bjornomy

Any timeline for when this might be available?

gegnew avatar Sep 28 '22 06:09 gegnew

+1

mikkokut avatar Mar 21 '23 17:03 mikkokut

Coming from Insomnia, this is also a feature I'd like to see be integrated!

Alvie avatar Oct 27 '23 14:10 Alvie