Liking cljdoc? Tell your friends :D

clj-github.gists

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

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

new-gistclj

(new-gist & files)

Create a new gist. You can supply as many filename -> contents pairs as you like. Syntax highlighting is determined by extension.

Create a new gist. You can supply as many filename -> contents pairs as you like.
Syntax highlighting is determined by extension.
raw docstring

show-gistclj

(show-gist id file-name)

Get the contents of a gist.

Get the contents of a gist.
raw docstring

show-gist-metaclj

(show-gist-meta id)

Get a gist's metadata.

Get a gist's metadata.
raw docstring

show-users-gistsclj

(show-users-gists user)

Show metadata for gists by another user.

Show metadata for gists by another user.
raw docstring

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

× close