I’m not familiar with ktor-client, but maybe you c...
# ktor
g
I’m not familiar with ktor-client, but maybe you can do something like:
Copy code
client.get<Response<MyClass>>(…) or client.getResponse<MyClass>(...)
m
Wait! Is this supported in the current implementation?
g
Have no idea 😅 Just my understanding how this should work to handle such cases