Akdeniz / google-play-crawler

Play with Google Play API :)
Other
562 stars 204 forks source link

how to provide proxy host and port to GooglePlayAPI ? #12

Closed Artgit closed 11 years ago

Artgit commented 11 years ago

Hello,

First of all I'd like to say thank you for this awesome library !

I want to work with this stuf in multithreading environment with a few concurrent GooglePlayAPI clients. Is it possible to setup different proxy hosts and ports to GooglePlayAPI clients ? If so, how it could be achieved ?

Thanks!

Akdeniz commented 11 years ago

Hi @Artgit ,

You should create HttpClients like this function and set it to GooglePlayerAPI with setClient.

Artgit commented 11 years ago

Hi @Artgit , thank you so much again for your awesome project !