Liking cljdoc? Tell your friends :D

clj-github.commits

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

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

list-commitsclj

(list-commits user repo branch & [path])

Get the latest commits in a branch of a repository. If path is supplied, the path will be considered a path to a file, and list-commits will return the commits for that file. There should be no trailing slashes in the path.

Get the latest commits in a branch of a repository. If path is supplied, the path
will be considered a path to a file, and list-commits will return the commits for
that file. There should be no trailing slashes in the path.
raw docstring

show-commitclj

(show-commit user repo sha)

Show data about a specific commit.

Show data about a specific commit.
raw docstring

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

× close