dyne / restroom-mw

🛠 Easy REST API builder executing Zencode
https://restroom.dyne.org
GNU Affero General Public License v3.0
3 stars 11 forks source link

For loop needs passthrough of objects #152

Open andrea-dintino opened 2 years ago

andrea-dintino commented 2 years ago

The for loop in restroom-mw currently takes as input the object noted in the yaml and processes it.

We need to have a pass-through mechanism, so that an object printed by the previous script is passed to the following script as input. This is needed to avoid multiple chaining