pipes-digital / pipes

Repository for Pipes
https://pipes.digital
GNU Affero General Public License v3.0
261 stars 21 forks source link

Input blocks that translate to rest API #26

Closed onli closed 6 years ago

onli commented 6 years ago

One important feature of pipes I actually used quite a bit were text input blocks. They could be connected to the input fields of other blocks, which allowed for a lot of programmability. And they they could be controlled when calling the pipe by settings GET parameters, which effectively made each pipe a microservice.

Pipes should support those text input blocks as well.

onli commented 6 years ago

This feature is online now. The documentation is here, and an example here.