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)

Get the content of the latest version of the artifact as a stream.

Get the content of the latest version of the artifact as a stream.
raw docstring

fetch-latest-artifact-stringclj

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

Get the content of the latest version of the artifact as a string. Only for small artifacts!

Get the content of the latest version of the artifact as a string. Only for small artifacts!
raw docstring

(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

fetch-local-indexclj

(fetch-local-index)

Retrieve the Artifact index from the resources.

Retrieve the Artifact index from the resources.
raw docstring

fetch-local-latest-artifactclj

(fetch-local-latest-artifact the-path typ)

Get the content of the latest version of the artifact from the resources.

Get the content of the latest version of the artifact from the resources.
raw docstring

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

× close