Fork me on GitHub
#ring
<
2021-02-03
>
suren00:02:35

@seancorfield I haven't used spec and to be honest do not know much about it (even though its a big deal in the community, thinking to dive later). @dharrigan malli seems too heavy for my use case I have end up creating custom parser. Please checkout a snippet below :

(defn parse-query [{params :params}]
  (p/parse params {:org_id p/to-integer}))
Thanks guys

seancorfield00:02:49

@suren That sounds like a #clojurescript or #reagent question -- not Ring?

suren01:02:56

Thanks for pointing out. I have removed the post.Also thanks for all the help.