google-play-api
google-play-api copied to clipboard
Take only a few fields
It would be great to be able to filter only a few specific fields in the app details.
ie:
/api/apps/com.dxco.pandavszombies/?fields=title,updated,version
{
"title": "Panda vs Zombies",
"updated": 1432677999000,
"version": "1.4"
}
Congratulations on the beautiful work!
This is relatively easy to add, but I'm not currently working on this project. PRs welcome!
I do not know nodejs, but if you show me the way I can try. 😉