Interact with lotame files
Interact with lotame files
(audience-feed-details session date)
Get details of the audience feed. See feed-details
for more info.
Get details of the audience feed. See `feed-details` for more info.
(audience-membership-feed-details session date)
Get details of the audience-membership feed. See feed-details
for more info.
Get details of the audience-membership feed. See `feed-details` for more info.
(mk-session {:keys [host user ssh-key dir download-dir] :as config})
Creates a lotame session using the supplied config. The session should be passed to all lotame feed calls.
Creates a lotame session using the supplied config. The session should be passed to all lotame feed calls.
(with-session binding & body)
Using a session created by mk-session
execute the body and
close the session. Note - session cannot be reused after closing.
Example usage:
(with-session [session (mk-session my-config)]
(sftp-file-seq session "."))
Using a session created by `mk-session` execute the body and close the session. Note - session cannot be reused after closing. Example usage: ``` (with-session [session (mk-session my-config)] (sftp-file-seq session ".")) ```
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close