Liking cljdoc? Tell your friends :D

com.eldrix.dmd.download


dm+d-trud-identifierclj

source

dm+d-trud-supplementary-identifierclj

source

download-releaseclj

(download-release api-key cache-dir)
(download-release api-key cache-dir release-date)

Downloads the main distribution (24) and the supplementary files (25), returning a sequence containing TRUD metadata about the item specified, but also the path to the downloaded archive file for each.

Unfortunately, the supplementary (bonus) files are held in a nested zip file within the archive file.

Downloads the main distribution (24) and the supplementary files (25),
returning a sequence containing TRUD metadata about the item specified, but
also the path to the downloaded archive file for each.

Unfortunately, the supplementary (bonus) files are held in a nested zip file
within the archive file.
sourceraw docstring

download-release'clj

(download-release' api-key identifier cache-dir)
(download-release' api-key identifier cache-dir release-date)

Download a dm+d distribution from TRUD Parameters:

  • api-key : api key
  • identifier ; TRUD identifier - e.g. 24 for main, 25 for supplementary
  • cache-dir : TRUD download cache directory (e.g. "/var/trud/cache/".
  • release-date : optional, release date of distribution (default, latest). : can be a string or a java.time.LocalDate for convenience.

See com.eldrix.trud.core/get-latest for information about return value.

Download a dm+d distribution from TRUD
Parameters:
- api-key      : api key
- identifier   ; TRUD identifier - e.g. 24 for main, 25 for supplementary
- cache-dir    : TRUD download cache directory (e.g. "/var/trud/cache/".
- release-date : optional, release date of distribution (default, latest).
               : can be a string or a java.time.LocalDate for convenience.

See `com.eldrix.trud.core/get-latest` for information about return value.
sourceraw docstring

fetch-available-releasesclj

(fetch-available-releases api-key)

Return a list of the available releases.

Return a list of the available releases.
sourceraw docstring

(print-available-releases api-key)
source

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

× close