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?I think so
looks sensible to me @borkdude
ok cool. I thought it didn’t work, but it’s my swagger client not being able to deal with text/html responses 🙂
the bs/to-string
isn’t needed either, yada handles it
I thought it might