Access the Query API
Access the Query API
(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.
(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
(fetch-query-body endpoint query-params)
Fetch a HTTP body from the Query API.
Fetch a HTTP body from the Query API.
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 |