Srini
Results
1
comments of
Srini
Hello, I was using like: ``` const sw = Splitwise({ consumerKey: SPLITWISE_CONSUMER_KEY, consumerSecret: SPLITWISE_CONSUMER_SECRET, }); sw.getCurrentUser() .then((data) => { console.log(data); }) .catch((e) => { console.log(e); }); ``` And am getting:...