Fork me on GitHub
#ring-swagger
<
2017-06-19
>
abarylko04:06:50

@hackeryarn Can you show a minimal example of what you did?

miikka07:06:17

Just released Muuntaja (0.3.0 and) 0.3.1 with a bunch of breaking changes https://github.com/metosin/muuntaja/blob/master/CHANGELOG.md#030-1962017

hackeryarn19:06:08

@abarylko sorry for the late response, here is an example of what I'm trying to do. https://pastebin.com/pY7dEswi

hackeryarn19:06:39

It does work if it's under the same api definition.

hackeryarn21:06:03

Ah thank you. That's a really good approach. Can I wrap the individually definitely apis with their own middleware even if they already have a middleware around them?

hackeryarn21:06:47

Awesome! That's exactly what I was looking for. Thank you, for the clean solution.