RESTED
RESTED copied to clipboard
Ability to extract data from replies into variables
In a use case where the response is, say, a simple JSON object, allow data from the response to be transferred to a variable. This could be done by introducing a regex to the key/value pair.
e.g. given a definition for variable A which has regex A, apply regex to the response and put the value of the match or first group into value for key variable A. Then the value for key variable A can be used in another request.
Very interesting idea indeed. Thanks for the suggestion, I'll look into this some time.