Skip to content

Commit

Permalink
Gave core a namespace doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Jun 15, 2010
1 parent db53314 commit 42c61d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/clj_github/core.clj
@@ -1,4 +1,6 @@
(ns clj-github.core
(ns #^{:doc "Core of clj-github. This namespace is used by the API files. Only thing useful
it provides to users is the with-auth convenience function."}
clj-github.core
(:use [clojure.contrib [string :only [join]] [base64 :only [encode-str]]]
[clojure-http.client :only [request add-query-params]]
[org.danlarkin.json :only [decode-from-str]])
Expand Down

0 comments on commit 42c61d5

Please sign in to comment.