Liking cljdoc? Tell your friends :D

clj-github.objects

Implements the API functions described here: http://develop.github.com/p/object.html

Implements the API functions described here: http://develop.github.com/p/object.html
raw docstring

show-all-blobsclj

(show-all-blobs user repo sha)

Get a list of all blobs for a specific sha.

Get a list of all blobs for a specific sha.
raw docstring

show-blobclj

(show-blob user repo sha path & {meta? :meta?})

Get data about a blob by tree sha and path. If you want meta, add :meta? true to the parameters.

Get data about a blob by tree sha and path. If you want meta, add :meta? true to the parameters.
raw docstring

show-blob-metaclj

(show-blob-meta user repo sha)

Get metadata of blobs.

Get metadata of blobs.
raw docstring

show-raw-blobclj

(show-raw-blob user repo sha)

Returns raw blob data.

Returns raw blob data.
raw docstring

show-treeclj

(show-tree user repo sha)

Get the contents of a tree by tree sha.

Get the contents of a tree by tree sha.
raw docstring

show-tree-metaclj

(show-tree-meta user repo sha)

Get metadata of trees.

Get metadata of trees.
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close