Custom Domo App (Replicating the SugarForce example)
I am trying to replicate the steps of the SugarForce sample code from Vanilla Javascript tutorial. After my initial setup (sample dataset, domo app cli, app initialization and publish), my domo.get command is giving me a 404 error for the following: domo.get('/data/v2/leads?limit=10') .then(function(leads){…