6
Iterative Requests w/ Response Body Attributes
Source: Kong/insomnia#3554 · opened by @propagating
Is your feature request related to a problem? Please describe. When rolling out to new environments, I need to pull down ~60 unique identifiers and their associated content from one of our 3rd party vendors. The first stage is to request a list of objects, and then make a single request per object. We're not at the point where this makes sense to automate, but it's still a bit of an annoyance when it needs to be done. Describe the solution you'd like I'd like for an option in the Response Body filter to add an iterator that will fire the request for each element in the JSON array returned by the previous, chained response. Essentially turning this: ![image]( To This: ![image]( As for how the data returned could be displayed, I guess there is the option of just chaining the returned objects within the existing output window: ![image]( Or similar with the tabs included: ![image]( I suppose another option would be to make a s…
No pledges yet. Be the first to back this.
No comments yet.