googleplay-api
googleplay-api copied to clipboard
Can you create an API to get application info
Can you create an API to get application info?
More info such as description, images link...
Thank you
All of that data is already available in the class by calling getDetails()
.
The description can be found at message.docV2.descriptionHtml
. The app icon be found at message.docV2.image.[0].imageUrl
.