ring-swagger

ring-swagger & compojure-api
Andreasp1994 2018-07-10T18:38:11.000574Z

Hey, Is there a way to make spec errors more readable when handling validation exceptions? I mean my end goal is to provide the user a more readable message rather than the spec one when calling invalid requests. I have found packages expound and phraser which kind of do that but I am not sure how to integrate them with compojure-api exception handlers.