app-store-scraper
app-store-scraper copied to clipboard
Call it developerId everywhere
It's a little annoying that some APIs give developerId while others take as input devId (e.g .app(), .developer())
We should pick one naming scheme and stick with it everywhere.
PRs welcome