Get Dataset information using ryuu.js lib
Hi everyone 👋, I'm currently working on a custom Domo app and trying to fetch data from a dataset using ryuu.js with a GET request like this: domo.get('/data/v1/dataset/YOUR_DATASET_ID?limit=20') .then(data => { console.log('Fetched data:', data); // Use the data in your app }) .catch(error => { console.error('Error…