Anyone used kotlin fuel library to make HTTP calls?
Was using 'okhttpclient
but would like to switch to fuel
due to it being built in kotlin (kotlin recommended lib) and that it supports non blocking and blocking calls, etc. Someone also suggested using Kotlin coroutines as they are orthogonal to HTTP client.
Love to hear your suggestions/opinions/accusations of insanity!