googleplay-api icon indicating copy to clipboard operation
googleplay-api copied to clipboard

Can you create an API to get application info

Open zolaahihi opened this issue 10 years ago • 1 comments

Can you create an API to get application info?

More info such as description, images link...

Thank you

zolaahihi avatar Oct 24 '13 10:10 zolaahihi

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.

jacroe avatar Oct 25 '13 03:10 jacroe