ring

suren 2021-02-03T00:36:35.020700Z

@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

seancorfield 2021-02-03T00:55:49.023900Z

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

suren 2021-02-03T01:28:56.024500Z

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