Fork me on GitHub
#ring-swagger
<
2018-08-07
>
mgrbyte14:08:06

can anyone remind me how you capture the request with compojure.api.sweet/GET restructuring

valtteri15:08:47

(GET "/debug" req (resp/ok {:req (pr-str req)}))

mgrbyte15:08:04

thanks. I am looking for an example that also captures params. e..g (GET "/path/:x [x] .... capture request here too..)