Liking cljdoc? Tell your friends :D

copy-api.client


account-infoclj

(account-info consumer access-token-response)

Retrieves information about the user's account.

Retrieves information about the user's account.
sourceraw docstring

delete-fileclj

(delete-file consumer access-token-response & {:keys [path]})

Deletes the file or directory at the specified path.

Deletes the file or directory at the specified path.
sourceraw docstring

file-activityclj

(file-activity consumer
               access-token-response
               &
               {:keys [path time] :or {path ""}})

Retrieves file revisions metadata for a file at the specified path.

Retrieves file revisions metadata for a file at the specified path.
sourceraw docstring

meta-infoclj

(meta-info consumer access-token-response & {:keys [path] :or {path ""}})

Retrieves file and folder metadata for the specified path.

Retrieves file and folder metadata for the specified path.
sourceraw docstring

upload-fileclj

(upload-file consumer access-token-response & {:keys [path local-path]})

Retrieves file and folder metadata for the specified path.

Retrieves file and folder metadata for the specified path.
sourceraw docstring

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

× close