Liking cljdoc? Tell your friends :D

event-data-common.artifact

Retrieve things from the Artifact Repository.

Retrieve things from the Artifact Repository.
raw docstring

fetch-artifact-namesclj

(fetch-artifact-names)

fetch-indexclj

(fetch-index)

Retrieve the Artifact index.

Retrieve the Artifact index.
raw docstring

fetch-latest-artifactclj

(fetch-latest-artifact artifact-name typ)

Get the content of the latest version of the artifact. typ should be one of [:stream or :text] Return tuple of [version-url, content]

Get the content of the latest version of the artifact.
typ should be one of [:stream or :text]
Return tuple of [version-url, content]
raw docstring

fetch-latest-artifact-streamclj

(fetch-latest-artifact-stream artifact-name)

fetch-latest-artifact-stringclj

(fetch-latest-artifact-string artifact-name)

(fetch-latest-version-link artifact-name)

Get the URL of the latest version of the Artifact, or nil.

Get the URL of the latest version of the Artifact, or nil.
raw docstring

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

× close