Hongbo Liu

Results 1 issues of Hongbo Liu

Code being executed: ```js rh.instruments('', (err, response, body) => { if (err){ console.error(err); } else{ if (body.next){ //which means has more pages , but how to retrieve the next page?...