You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently [POST|GET] /api/v1/oprations/* APIs do not have the consistent json format. So let's modify the response format for example: { params: {constant_value: 1, target: [1,2]...}, outputs: [{id:1, name:"age"}, ...], success: true, ... }
for params, it will describe component-dependent values, for outputs, it will show the column indices and names for the next component.
This is just a idea, any ideas to improve this is appreciated.
The text was updated successfully, but these errors were encountered:
Currently
[POST|GET] /api/v1/oprations/*
APIs do not have the consistent json format. So let's modify the response format for example:{ params: {constant_value: 1, target: [1,2]...}, outputs: [{id:1, name:"age"}, ...], success: true, ... }
for
params
, it will describe component-dependent values, foroutputs
, it will show the column indices and names for the next component.This is just a idea, any ideas to improve this is appreciated.
The text was updated successfully, but these errors were encountered: