Fork me on GitHub
#ring-swagger
<
2016-04-15
>
ikitommi11:04:48

@virmundi: cool. there is an github issue of the Buddy stuff, or we can discuss it here.

lmergen13:04:07

so, say that i have ring middleware that add various properties to the request object (for example, :identity) -- how do i access this from compojure-api ?

lmergen13:04:13

do i have to go all-out and write an entry for the multimethod restructure-param ?

juhoteperi13:04:44

@lmergen: Check yesterdays messages. You can access the ring request in same way as in normal Compojure.

juhoteperi13:04:04

And yes, writing restructure handler is another option