Liking cljdoc? Tell your friends :D

slouch.document


getclj

(get http id)

Returns latest doc, or nil if doc does not exist

Returns latest doc, or nil if doc does not exist
raw docstring

insertclj

(insert http id value)

metadata-keysclj


modified?clj

(modified? http id rev)

removeclj

(remove http id rev)

revclj

(rev http id)

Returns latest rev, or nil if doc does not exist

Returns latest rev, or nil if doc does not exist
raw docstring

try-replaceclj

(try-replace http id rev new-value)

Returns latest doc if successful, or nil if the rev is out-of-date

Returns latest doc if successful, or nil if the rev is out-of-date
raw docstring

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

× close