fetchDSL icon indicating copy to clipboard operation
fetchDSL copied to clipboard

Feature: Provide a way to do arbitrary things between blocks

Open devslash-paul opened this issue 3 years ago • 0 comments

There are times where between calls you'd like to do some organisation or changes. It'd be nice to be able to have an action take place when you know one set of calls have finished and the next are about to begin.

This could be something like saying "Finished X, doing Y".

This is better than new runHttp blocks as you'll keep auth and any session cookies

devslash-paul avatar Feb 23 '22 22:02 devslash-paul