Closed IzzySoft closed 3 years ago
Ready for review, then push? or still in working?
Awesome. parseSimilar )
Thank you Izzy.
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:
[success:0, message:reason]
instead (and if so, include success:1
with a "good result?getLastError()
method for obtaining the reason?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.
parseSimilar()
lists what Google considers "similar apps"Wiki update for the new method on its way. Ready for merge at your convenience.