Liking cljdoc? Tell your friends :D

shyvana.feed


clearclj

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

flat-feedclj

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

get-activitiesclj

(get-activities feed)
(get-activities feed feed-filter)
source

get-enriched-activitiesclj

(get-enriched-activities feed)
(get-enriched-activities feed feed-filter)
source

get-newest-activityclj

(get-newest-activity feed)
source

get-newest-enriched-activityclj

(get-newest-enriched-activity feed)
source

remove-activities-by-foreign-idclj

(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
sourceraw docstring

remove-activity-by-idclj

(remove-activity-by-id feed id)
source

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

× close