(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.
(download-release' api-key identifier cache-dir)
(download-release' api-key identifier cache-dir release-date)
Download a dm+d distribution from TRUD Parameters:
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.
(fetch-available-releases api-key)
Return a list of the available releases.
Return a list of the available releases.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close