enormous refactor but simplified much!
This commit is contained in:
@@ -58,6 +58,7 @@
|
||||
:body))
|
||||
|
||||
(defn get-transactions [access-token account-id start end]
|
||||
(log/infof "looking up transactions from %s to %s for %s" start end account-id)
|
||||
(-> (client/post (str base-url "/transactions/get")
|
||||
{:as :json
|
||||
:headers {"Content-Type" "application/json"}
|
||||
|
||||
Reference in New Issue
Block a user