martmists
07/28/2018, 8:19 PMget("/api/<something: int>/<other: string>")
in ktor?Deactivated User
07/29/2018, 1:53 PMDeactivated User
07/29/2018, 2:07 PMmartmists
07/29/2018, 2:14 PMmartmists
07/29/2018, 2:15 PMmartmists
07/29/2018, 2:15 PMDeactivated User
07/29/2018, 2:15 PMmartmists
07/29/2018, 2:15 PMDeactivated User
07/29/2018, 2:15 PMmartmists
07/29/2018, 2:16 PMmartmists
07/29/2018, 2:16 PMDeactivated User
07/29/2018, 2:17 PMDeactivated User
07/29/2018, 2:17 PMmartmists
07/29/2018, 2:18 PMmartmists
07/29/2018, 2:19 PMmartmists
07/29/2018, 2:22 PMDeactivated User
07/29/2018, 2:22 PMmartmists
07/29/2018, 2:23 PMkotlin
get("/api/{pack}/versions") {
val pack = call.parameters["pack"]
// ...
}
seemed to work fineDeactivated User
07/29/2018, 2:23 PMmartmists
07/29/2018, 2:24 PMDeactivated User
07/29/2018, 2:24 PM