Liking cljdoc? Tell your friends :D
Clojure only.

super-rss.core


fetchcljmultimethod

Different implementation for creating an RSS feed

Different implementation for creating an RSS feed
sourceraw docstring

get-feedclj

(get-feed url
          {:keys [timeout method method-options]
           :or {timeout 10000
                method-options [:find-rss-url :sitemap :page-links]}}
          {:keys [_already-ingest?] :as handler-fns})

Fetch fetch with different strategies, from the normal one to the "hacky" one. method: when you know which method to use to get a feed method-options: list of strategy Return a map of :data with the RSS feed and :method with the method used to retrieve the feed.

Fetch fetch with different strategies, from the normal one to the "hacky" one.
`method:` when you know which method to use to get a feed
`method-options:` list of strategy
Return a map of `:data` with the RSS feed and `:method` with the method used to retrieve the feed.
sourceraw docstring

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

× close