[Client] Hello everyone, I’m configuring my clien...
# ktor
d
[Client] Hello everyone, I’m configuring my client with a
defaultRequest { }
and I want a parameter to be used only for some path, what’s the best way? Details in thread
I’m using a smart service that has everything mixed up across v3 and v4 ( get watchlist from v4 but add to watchlist from v3 😕 ) v3 requires a
session_id
, v4 returns 404 if I pass a
session_id
😕
Discriminator is • v3 url ->
...org/3/...
• v4 url ->
...org/4/...