calrissian
12/17/2021, 3:55 AMjsonClient.get(endpoint + "/")
I am getting a NoTransformationFoundException .. I noticed that the content type is text/html but not sure if that is the cause of the issue..
any help would be appreciated..
also I configured my httpClient like this
val jsonClient = HttpClient {
install(JsonFeature) { serializer = KotlinxSerializer() }
followRedirects = true
}
calrissian
12/17/2021, 7:49 AM