Liking cljdoc? Tell your friends :D

mescal.core


agave-client-v2clj

(agave-client-v2 base-url
                 storage-system
                 token-info-fn
                 &
                 {:keys [timeout page-len max-query-items]
                  :or {timeout 5000 page-len 100 max-query-items 50}})
source

AgaveClientcljprotocol

A client for the Agave API.

A client for the Agave API.

listAppPermissionsclj

(listAppPermissions _ app-ids)

stopJobclj

(stopJob _ job-id)

shareAppWithUserclj

(shareAppWithUser _ app-id username level)

listAppsclj

(listApps _)
(listApps _ opts)
(listApps _ app-ids opts)

listJobclj

(listJob _ job-id)

getAppPermissionclj

(getAppPermission _ app-id username)

listAppsWithOntologyclj

(listAppsWithOntology _ term)

getSystemInfoclj

(getSystemInfo _ system-name)

storageSystemclj

(storageSystem _)

fileDownloadUrlclj

(fileDownloadUrl _ file-path)

submitJobclj

(submitJob _ submission)

irodsFilePathclj

(irodsFilePath _ file-url)

getAppclj

(getApp _ app-id)

getJobHistoryclj

(getJobHistory _ job-id)

listJobsclj

(listJobs _)
(listJobs _ job-ids)

listSystemsclj

(listSystems _)

agaveUrlclj

(agaveUrl _ file-path)

fileListingUrlclj

(fileListingUrl _ file-path)

agaveFilePathclj

(agaveFilePath _ file-url)
sourceraw docstring

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

× close