Fetch data from API in node js

Good evening,

can I do fetch data from API using the node.js connector?
Can I also use the JS mapper connector for the same? And if yes for both, which one to use?

Hello Marcel,

JS Mapper does not support fetch and you cannot work with Promises or async calls. JS Mapper is just mapper and allows to transform data.

Node.js connector is the way to go. It supports fetch, Promises and whole statement is basically an async function, co you can use await for Promises.

You can take a look at node.js connector documentation

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.