ring-swagger

ring-swagger & compojure-api
mgrbyte 2018-08-07T14:51:06.000111Z

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

mgrbyte 2018-08-07T14:51:07.000247Z

pls

valtteri 2018-08-07T15:07:47.000328Z

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

mgrbyte 2018-08-07T15:27:04.000365Z

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