I'm using ktor client and am wondering why two cal...
# ktor
r
I'm using ktor client and am wondering why two calls of
httpClient.get<some data class>
are working but one is throwing
No transformation found: class <http://kotlinx.coroutines.io|kotlinx.coroutines.io>.ByteBufferChannel -> class my.data.Class
I just saw that the responses have differnt Content-Types: application/json vs. application/json*+hal*