Fork me on GitHub
#ring-swagger
<
2016-07-20
>
jqmtor12:07:20

Hey! I am using Compojure API and I am trying to look for the best way to create a custom coercer for a parameter in one of my resources. To make things more concrete:

GET /resource?param=1,2,3

# I would like to coerce param into a list of strings ([schema/Str])
I should add that I am new to Schema. Is there a way to do this?