I am currently testing out the Microsoft Video Indexer but I can't find any resources how to connect using JavaScript or TypeScript. You guys have any sources?
Asked
Active
Viewed 53 times
0
-
Does [this](https://github.com/hxlnt/video-indexer/blob/master/example/app.js) meet your requirement ? – Hury Shen Apr 22 '21 at 03:21
-
i have tried that just to make sure. is this right? ` import vindexer from 'video-indexer'; const Vindexer = new vindexer(apiKey); Vindexer.getAccounts().then(function(result) { console.log(result.body); }); ` i am using a node framework – gwynn causing Apr 22 '21 at 07:37