Liking cljdoc? Tell your friends :D

mescal.core


tapis-client-v3clj

(tapis-client-v3 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

TapisClientcljprotocol

A client for the Tapis API.

A client for the Tapis API.

grantAppPermissionclj

(grantAppPermission _ app-id username levels)

stopJobclj

(stopJob _ job-id)

tapisUrlclj

(tapisUrl _ file-path)

revokeAppPermissionclj

(revokeAppPermission _ app-id username levels)

listAppsclj

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

listJobclj

(listJob _ job-id)

getAppPermissionclj

(getAppPermission _ app-id username)

tapisFilePathclj

(tapisFilePath _ file-url)

listAppsWithOntologyclj

(listAppsWithOntology _ term)

getSystemInfoclj

(getSystemInfo _ system-name)

storageSystemclj

(storageSystem _)

fileDownloadUrlclj

(fileDownloadUrl _ file-path)

submitJobclj

(submitJob _ submission)

unshareAppWithUsersclj

(unshareAppWithUsers _ app-id users)

irodsFilePathclj

(irodsFilePath _ file-url)

getAppclj

(getApp _ app-id)

getJobHistoryclj

(getJobHistory _ job-id)

listJobsclj

(listJobs _)
(listJobs _ job-ids)

shareAppWithUsersclj

(shareAppWithUsers _ app-id users)

listSystemsclj

(listSystems _)

listAppSharesclj

(listAppShares _ app-ids)

fileListingUrlclj

(fileListingUrl _ file-path)
sourceraw docstring

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

× close