V Zheng
Results
1
issues of
V Zheng
``` # @name query GET http://example.com/query ### @eachid = {{query.response.body.$.data[*]}} POST http://example.com/post Content-Type: application/json { "id":"{{eachid}}" } ``` if http://example.com/query response like ``` { "data":["1","2","3"] } ``` is there a...
feature request