yeriomin / play-store-api

Google Play Store protobuf API wrapper in java
GNU General Public License v3.0
322 stars 130 forks source link

Possible to share a implementation of HTTPClientAdapter? #44

Closed johneffort closed 3 years ago

johneffort commented 3 years ago

I notice that there is no implementation of a HTTPClientAdapter? Documentation is a bit scarce for the interface methods that needs implementation. Any reason a sample is not available?

HxBreak commented 3 years ago

here https://github.com/yeriomin/play-store-api/blob/master/src/test/java/com/github/yeriomin/playstoreapi/OkHttpClientAdapter.java

johneffort commented 3 years ago

Thanks!