Liking cljdoc? Tell your friends :D

rocksky.dropbox

Endpoints under app.rocksky.dropbox.*

Endpoints under app.rocksky.dropbox.*
raw docstring

download-fileclj

(download-file client {:keys [file-id]})

Download a file by :file-id. Returns raw bytes — wrap the URL yourself if you'd rather stream. Required: :file-id.

Download a file by `:file-id`. Returns raw bytes — wrap the URL yourself
if you'd rather stream. Required: `:file-id`.
sourceraw docstring

get-filesclj

(get-files client)
(get-files client {:keys [at]})

List files in Dropbox.

Optional: :at (folder path).

List files in Dropbox.

Optional: `:at` (folder path).
sourceraw docstring

get-metadataclj

(get-metadata client {:keys [path]})

Get metadata of a file or folder. Required: :path.

Get metadata of a file or folder. Required: `:path`.
sourceraw docstring

(get-temporary-link client {:keys [path]})

Get a temporary link to a file. Required: :path.

Get a temporary link to a file. Required: `:path`.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close