Liking cljdoc? Tell your friends :D

burningswell.worker.page-views


configclj

(config & [opts])

Returns the config for the page views app.

Returns the config for the page views app.
raw docstring

match-routeclj

(match-route url)

Returns the matching route for url, or nil.

Returns the matching route for `url`, or nil. 
raw docstring

normalize-routecljmultimethod

Normalize the given route.

Normalize the given `route`.
raw docstring

page-viewsclj

(page-views & [opts])

save-route-total!clj

(save-route-total! {:keys [db] :as app} {:keys [route] :as key} total)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-route-total-table!clj

(save-route-total-table! {:keys [db] :as app} {:keys [route] :as key} total)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-route-totals!clj

(save-route-totals! app route-totals)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-route-viewer-total!clj

(save-route-viewer-total! {:keys [db] :as app} key total)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-route-viewer-total-table!clj

(save-route-viewer-total-table! {:keys [db] :as app}
                                {:keys [route] :as key}
                                total)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-route-viewer-totals!clj

(save-route-viewer-totals! app route-viewer-totals)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-url-total!clj

(save-url-total! {:keys [db] :as app} url total)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-url-totals!clj

(save-url-totals! app url-totals)

Save the page view to the database.

Save the page view to the database.
raw docstring

save-url-viewer-total!clj

(save-url-viewer-total! {:keys [db] :as app} url total)

Save the page view by user to the database.

Save the page view by user to the database.
raw docstring

save-url-viewer-totals!clj

(save-url-viewer-totals! app url-viewer-totals)

Save the page view to the database.

Save the page view to the database.
raw docstring

strip-urlclj

(strip-url url)

Strip the query params from url.

Strip the query params from `url`.
raw docstring

url-total-keyclj

(url-total-key [key v])

Returns the key for the total page counts.

Returns the key for the total page counts.
raw docstring

url-viewer-total-keyclj

(url-viewer-total-key [key {:keys [url user-id]}])

Returns the key for the total page counts per user.

Returns the key for the total page counts per user.
raw docstring

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

× close