Skip to content

Instantly share code, notes, and snippets.

@ztellman
Forked from lynndylanhurley/welcome.clj
Created March 2, 2012 22:23
Show Gist options
  • Save ztellman/1961843 to your computer and use it in GitHub Desktop.
Save ztellman/1961843 to your computer and use it in GitHub Desktop.
(defn retrieve-json
"retrieve json content"
[url]
(run-pipeline
(http-request {:method :get, :url url, :auto-transform true}))
:body
println))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment