Jasonette / JASONETTE-Android

📡 Native App over HTTP, on Android
https://www.jasonette.com
Other
1.6k stars 270 forks source link

Centralise access to OkHttp client #169

Closed maks closed 7 years ago

maks commented 7 years ago

This ensures that all network requests go via same OkHttp client and eg. for debugging Stetho can intercept all requests.

Fixes: #168

gliechtenstein commented 7 years ago

👏😍