printing more info.
This commit is contained in:
@@ -58,7 +58,11 @@
|
|||||||
batch-size 100
|
batch-size 100
|
||||||
get-transaction-batch (fn [skip]
|
get-transaction-batch (fn [skip]
|
||||||
(-> (str (:yodlee-base-url env) "/transactions?top=" batch-size "&skip=" 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})
|
:as :json})
|
||||||
:body
|
:body
|
||||||
:transaction
|
:transaction
|
||||||
|
|||||||
Reference in New Issue
Block a user