tjb
02/24/2019, 6:00 PM?myParam=text,2.0
?dewildte
02/24/2019, 6:12 PMRiccardo Montagnin
02/24/2019, 7:45 PMList<String>.toTuple()
returning a custom object, and then invoking it such as call.queryParameters.get("myParam").toTuple()
tjb
02/25/2019, 5:03 PM<http://myapp.com/api/v1/search?tag=Java,1.6|myapp.com/api/v1/search?tag=Java,1.6>
. where i can then parse this param into two separate values of val tag = "Java"
and val version = "1.6"
@dewildte