Mercurial > coderloop
annotate src/stalk.clj @ 0:307a81e46071 tip
initial committ
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 18 Oct 2011 01:17:49 -0700 |
parents | |
children |
rev | line source |
---|---|
rlm@0 | 1 (ns coderloop.stalk |
rlm@0 | 2 (:use rlm.shell-inspect) |
rlm@0 | 3 (:require [clojure.contrib [duck-streams :as ds]]) |
rlm@0 | 4 (:use [clojure.contrib [def]]) |
rlm@0 | 5 |
rlm@0 | 6 ) |
rlm@0 | 7 |
rlm@0 | 8 |
rlm@0 | 9 |
rlm@0 | 10 (defn info [username] |
rlm@0 | 11 |
rlm@0 | 12 (ds/slurp* |
rlm@0 | 13 (str "http://api.coderloop.com/1/users/show.json?username=" username))) |