Dimitris Michalakos
Results
1
issues of
Dimitris Michalakos
Seems that "offset" param in the search() method doesn't do anything. The code below produces the following results: ``` javascript client.search('facebook', 5, 0) .then((results) => { console.log(results[0].child.map((e) => e.details.appDetails.packageName)); })...