Liking cljdoc? Tell your friends :D

buran.core


combine-feedsclj

(combine-feeds feed & feeds)
source

consumeclj

(consume {:keys [from validate locale xml-healer-on allow-doctypes
                 throw-exception]
          :as source
          :or {validate false
               locale (Locale/US)
               xml-healer-on true
               allow-doctypes false
               throw-exception false}})
source

consume-httpclj

(consume-http request)
source

filter-entriesclj

(filter-entries pred feed)
source

produceclj

(produce {:keys [feed to pretty-print throw-exception]
          :as feed-as-arg
          :or {to :string pretty-print true throw-exception false}})
source

sort-entries-byclj

(sort-entries-by keyfn feed)
(sort-entries-by keyfn comp feed)
source

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

× close