printing more info.

This commit is contained in:
Bryce Covert
2018-07-30 18:12:13 -07:00
parent b5e4d86f50
commit 577b8a1092

View File

@@ -58,7 +58,11 @@
batch-size 100
get-transaction-batch (fn [skip]
(-> (str (:yodlee-base-url env) "/transactions?top=" batch-size "&skip=" skip)
(client/get {:headers (merge base-headers {"Authorization" (auth-header cob-session user-session)})
(doto println)
(client/get {:headers (doto
(merge base-headers {"Authorization" (auth-header cob-session user-session)})
println)
:as :json})
:body
:transaction