patterns-app / patterns-devkit

Data pipelines from re-usable components
BSD 3-Clause "New" or "Revised" License
106 stars 5 forks source link

updating outblock block data endpoint #150

Closed samnickolay closed 2 years ago

samnickolay commented 2 years ago

Output block data is replaced by store data - PR: https://github.com/basis-os/basis-api/pull/515 Update the endpoint URL and params (output_port_name is no longer needed since you get the store data from a store node and so you pass the store node title instead)

I'm assuming more devkit changes will be coming to work with the new store node model (maybe?), this PR is mostly just to document the endpoint change. So feel free to use/revise as needed!