totaljs / flow

Flow
MIT License
538 stars 121 forks source link

New to total.js flow I don't know to use add link endpoint #114

Closed virtuehive closed 6 months ago

virtuehive commented 6 months ago

hello I'm new to totaljs flow and there is add link endpoint facilities . I try this , get JSON result from http GET and it create new component. It can't show to print or print component so I can't use it as input to other components. need help

petersirka commented 6 months ago

Yes, Add link creates a new component that downloads data from the endpoint and sends it next. So if you connect the output from the "link" component with a print component, you must see the result.

virtuehive commented 6 months ago

I don't see anything in print component and debug

virtuehive commented 6 months ago

do it need trigger component? video tutorial in integrating many REST API should be very helpful

petersirka commented 6 months ago

I don't see anything in print component and debug

I don't see your endpoint and its response. Try to connect both outputs Response and Error. Maybe the service returns invalid content. Or send us a link and we will test it.

petersirka commented 6 months ago

do it need trigger component? video tutorial in integrating many REST API should be very helpful

Of course, Link component needs input data.

petersirka commented 6 months ago

Please make a thread for discussion because this is not an issue.