Read the Appnexus feed
Read the Appnexus feed
(add-fix-option feed-name options)
(get-all-parts-of-siphons session feed-name)
(mk-session config)
Creates an appnexus session with the given config. This session should be passed to all appnexus service calls.
Creates an appnexus session with the given config. This session should be passed to all appnexus service calls.
(read-only-feed-details session feed-name & [options])
Get a lazy sequence of read-only feed items, handling paging. Each element is a page worth of data from the feed.
Get a lazy sequence of read-only feed items, handling paging. Each element is a page worth of data from the feed.
(siphon session {:keys [feed-name hour] :as opts})
(with-session binding & body)
authenticates if necessary and invokes body. Retries authentication once if body fails with UNAUTH status and then invokes body again.
authenticates if necessary and invokes body. Retries authentication once if body fails with UNAUTH status and then invokes body again.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close