Fork me on GitHub
#ring-swagger
<
2020-06-30
>
vlad_poh16:06:35

Trying to add an openapi extension in compojure-api but i'm not sure i fully understand how restructure-parms works

vlad_poh16:06:05

i have the following but

(defmethod restructure-param :x-ms-trigger
  [_ components acc]
  (update-in acc [:middleware] conj [:headers components]))