dweinstein / node-google-play

Get details and download apps from https://play.google.com by emulating an Android (Nexus 5X) device by default. For a rust version of this library check out https://github.com/dweinstein/rs-google-play
MIT License
271 stars 84 forks source link

adding support for custom headers #93

Closed eranmit99 closed 5 years ago

eranmit99 commented 5 years ago

Following the open issue, I would like to support custom header in order to enable the split APK targeting in the google store.

dweinstein commented 5 years ago

Thanks for contributing! I've made a minor tweak to the PR you had, which is in #94. The tweak is related to the way _.defaults works and js const objects which is a little unintuitive. Let me know what you think!