those annotations though :stuck_out_tongue: would ...
# ktor
p
those annotations though 😛 would have like to ditch em. but it's all right
t
You could have a look on https://github.com/JetBrains/kotlinconf-app/blob/master/backend/src/org/jetbrains/kotlinconf/backend/Api.kt. @orangy seems to have solved it in a (like I think) pretty nice way as well.
👍 1
👏 1
o
Typed routes (locations) will be “demoted” to experimental status before 1.0, I think. It’s nice, but not entirely clear and have somewhat limited applications
Annotations have to be there, because we plan to use them in http client as well, and thus path information should be encoded somehow on the data class.
p
nice! thanks markus