BaseMax / GooglePlayWebServiceAPI

Tiny script to crawl information of a specific application in the Google play/store base on PHP.
MIT License
37 stars 9 forks source link

list similar apps, move ReadMe content to wiki #13

Closed IzzySoft closed 3 years ago

IzzySoft commented 3 years ago

Wiki update for the new method on its way. Ready for merge at your convenience.

BaseMax commented 3 years ago

Ready for review, then push? or still in working?

BaseMax commented 3 years ago

Awesome. parseSimilar )

BaseMax commented 3 years ago

Thank you Izzy.

IzzySoft commented 3 years ago

Want "other apps by author" (parseOthers($packageName)) as well, if available?

What I'm a bit unsure about: on those methods returning a list, which approach do you prefer on failure:

For lists, the latter would make parsing easier (and you can ask "Why???" on empty(result). Would probably be good if we handle that the same way consistently – where distinguishing between "details on X" (parseApplication, parsePerms) and "list of X" would IMHO be OK.