Liking cljdoc? Tell your friends :D

event-data-common.query-api

Access the Query API

Access the Query API
raw docstring

event-ids-for-dayclj

(event-ids-for-day date)

Return set of all event IDs for the given date. Looks in the 'standard' and 'deleted' collections, as together these represent all Events.

Return set of all event IDs for the given date.
Looks in the 'standard' and 'deleted' collections, as together these represent all Events.
raw docstring

fetch-query-apiclj

(fetch-query-api endpoint query-params message-key)
(fetch-query-api endpoint query-params message-key cursor cnt)

Fetch a lazy seq of Events from the Query API that match the filter. endpoint should be e.g. /v1/events message-key should be the key under the message object. e.g. :events

Fetch a lazy seq of Events from the Query API that match the filter.
endpoint should be e.g. /v1/events
message-key should be the key under the message object. e.g. :events
raw docstring

fetch-query-bodyclj

(fetch-query-body endpoint query-params)

Fetch a HTTP body from the Query API.

Fetch a HTTP body from the Query API.
raw docstring

urlclj

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

× close