Liking cljdoc? Tell your friends :D

lotame.feed

Interact with lotame files

Interact with lotame files
raw docstring

audience-feed-detailsclj

(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.
raw docstring

audience-membership-feed-detailsclj

(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.
raw docstring

FEED_NAME_OVERRIDESclj


KNOWN_FEEDSclj


mk-sessionclj

(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.
raw docstring

REV_FEED_NAME_OVERRIDESclj


with-sessionclj/smacro

(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 "."))
```
raw docstring

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

× close