Submit Bugs, Improvements, Feature Requests, or General Feedback

Please include details such as OS, app version, reproduction steps, etc, when relevant

Planned

More Sending Behaviour options for request chaining

At the moment the options are Always and When no responses The problem is for some APIs the resources I’m chaining from expires. I can’t use always as I don’t want to constantly be creating more of resources. I need to be able to perform various requests on one item, and when it expires I want to perform a single request to refresh it and let all the other requests chain of it again. This could either be achieved by being able to set an Time To Live for request responses in the context of request chaining, or by allowing the HTTP status of the current request to kick off the chain. At the moment I have to clear all the responses for the base API call each morning and it just feels tedious after magic of request chaining.

Pieter Slabbert About 2 months ago

2