Skip to content

Instantly share code, notes, and snippets.

@borkdude

borkdude/foo.clj Secret

Created November 30, 2015 19:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save borkdude/18d5875a2a37f4716ea6 to your computer and use it in GitHub Desktop.
Save borkdude/18d5875a2a37f4716ea6 to your computer and use it in GitHub Desktop.
(apply request @atm_logged-in-resp
(str "/users/"
(:id @atm_user)
"/profile/picture")
:request-method :put
(apply concat
(peridot.multipart/build {"picture" (io/file (io/resource "nikita.jpg"))})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment