Fork me on GitHub
#yada
<
2019-01-29
>
borkdude16:01:08

if I would return this from a yada response:

(d/chain (http/get (yada/query-parameter ctx :link))
                 :body
                 bs/to-string)
that should just work right?

mccraigmccraig16:01:39

looks sensible to me @borkdude

borkdude16:01:47

ok cool. I thought it didn’t work, but it’s my swagger client not being able to deal with text/html responses 🙂

borkdude16:01:39

the bs/to-string isn’t needed either, yada handles it

dominicm16:01:10

I thought it might