Fork me on GitHub
#luminus
<
2016-07-20
>
Nicolas Boskovic19:07:27

I'm getting a pretty out of place error trying to fetch data from a swagger API

Nicolas Boskovic19:07:46

I'm basically turning some basic JSON into edn and trying to fetch that for which I get

Nicolas Boskovic19:07:47

ERROR compojure.api.exception - No implementation of method: :render of protocol: #'compojure.response/Renderable found for class: clojure.lang.PersistentVector java.lang.IllegalArgumentException: No implementation of method: :render of protocol: #'compojure.response/Renderable found for class: clojure.lang.PersistentVector

Nicolas Boskovic19:07:29

Think it might have anything to do with me trying to make the data go through this?

Nicolas Boskovic19:07:35

Never mind, I wasn't doing (ok (fn... ))