(clear feed)
Clear all activites published on feed. If some activity from this feed was passed on to other feed, or shown on other feed through following relation it will also be cleared from other feed.
Clear all activites published on feed. If some activity from this feed was passed on to other feed, or shown on other feed through following relation it will also be cleared from other feed.
(flat-feed client {:keys [type name]})
Creates reference to flat feed. Flat feed is the most basic type of feed. You don't have to declare feed before using it. Once you reference feed it becomes entity in your system. If you don't want to have this feed anymore you can remove its' activities. You don't remove feed. You just stop using refrence to it.
Creates reference to flat feed. Flat feed is the most basic type of feed. You don't have to declare feed before using it. Once you reference feed it becomes entity in your system. If you don't want to have this feed anymore you can remove its' activities. You don't remove feed. You just stop using refrence to it.
(get-enriched-activities feed)
(get-enriched-activities feed feed-filter)
(remove-activities-by-foreign-id feed foreign-id)
Removes ALL activities with given foreign id. Activities can share foreign ids
Removes ALL activities with given foreign id. Activities can share foreign ids
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |