Hi,
Great library you've made there. I am using it on my app with minsdk 17, which
makes default tlsv1.2 support a bit of a pain. It would be great, if there was a way to set
a custom OkHttpClient for the library to be used.
I would do a pull request but i dont know Kotlin :(
But i think its not that hard of a feature to implement.
Just make the constructor take an OkHttpClient instance as an argument or do a setter for the client.
I've done it in java and it wokrs fine .
Hi, Great library you've made there. I am using it on my app with minsdk 17, which makes default tlsv1.2 support a bit of a pain. It would be great, if there was a way to set a custom OkHttpClient for the library to be used. I would do a pull request but i dont know Kotlin :( But i think its not that hard of a feature to implement. Just make the constructor take an OkHttpClient instance as an argument or do a setter for the client. I've done it in java and it wokrs fine .
`