Retrieve things from the Artifact Repository.
Retrieve things from the Artifact Repository.
(fetch-artifact-names)
(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]
(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.
(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!
(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.
(fetch-local-index)
Retrieve the Artifact index from the resources.
Retrieve the Artifact index from the resources.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close