google-play-api icon indicating copy to clipboard operation
google-play-api copied to clipboard

Take only a few fields

Open thiagotalma opened this issue 7 years ago • 2 comments

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!

thiagotalma avatar Jul 05 '18 13:07 thiagotalma

This is relatively easy to add, but I'm not currently working on this project. PRs welcome!

facundoolano avatar Jul 05 '18 16:07 facundoolano

I do not know nodejs, but if you show me the way I can try. 😉

thiagotalma avatar Jul 05 '18 20:07 thiagotalma