yada

borkdude 2019-01-29T16:31:08.375200Z

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?

dominicm 2019-01-29T16:33:05.375500Z

I think so

mccraigmccraig 2019-01-29T16:39:39.375800Z

looks sensible to me @borkdude

borkdude 2019-01-29T16:49:47.376300Z

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

borkdude 2019-01-29T16:50:39.376700Z

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

dominicm 2019-01-29T16:56:10.377Z

I thought it might