Skip to content

Instantly share code, notes, and snippets.

@kouphax
Created June 5, 2014 19:32
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 kouphax/1ea2d5c6ff43759e6a79 to your computer and use it in GitHub Desktop.
Save kouphax/1ea2d5c6ff43759e6a79 to your computer and use it in GitHub Desktop.
(require '[clj-http.client :as client])
(client/get "http://YOUR_TEAMWORKSITE_HERE.teamworkpm.net"
{:basic-auth ["YOUR_API_KEY_HERE" ""] ; looks like they dont use a password
:as :json })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment