Liking cljdoc? Tell your friends :D

oc.lib.async.watcher

Track which 'watchers' are 'watching' which resources.

Use of this watcher is through core/async. A message is sent to the watcher-chan to register interest, unregister interest and send something to all that have registered interest.

The sending to registered listeners is the resposibility of the user of this watcher and is done by consuming the core.async sender-chan from this namespace.

Track which 'watchers' are 'watching' which resources.

Use of this watcher is through core/async. A message is sent to the `watcher-chan` to
register interest, unregister interest and send something to all that have registered interest.

The sending to registered listeners is the resposibility of the user of this watcher and is
done by consuming the core.async `sender-chan` from this namespace.
raw docstring

oc.lib.auth

Uses a magic token to perform requests to the auth service like getting a valid JWT or the complete user data.

Uses a magic token to perform requests to the auth service like
getting a valid JWT or the complete user data.
raw docstring

oc.lib.change

Get seen data for a post uuid.

Get seen data for a post uuid.
raw docstring

oc.lib.db.pool

RethinkDB database connection pool.

RethinkDB database connection pool.
raw docstring

oc.lib.html

Functions related to processing HTML.

Functions related to processing HTML.
raw docstring

oc.lib.lambda.common

Utility functions for invoking AWS Lambda functions.

Utility functions for invoking AWS Lambda functions.
raw docstring

oc.lib.oauth

Encode and decode data with Base64

Encode and decode data with Base64
raw docstring

oc.lib.proxy.sheets-chart

Proxy a request to a published chart from a Google Sheet and rewrite the response.

Proxy a request to a published chart from a Google Sheet and rewrite the response.
raw docstring

oc.lib.slack

Make simple (not web socket) Slack Web API HTTP requests and extract the response.

Make simple (not web socket) Slack Web API HTTP requests and extract the response.
raw docstring

oc.lib.slugify

Functions for creating URL safe slugs from text strings.

Functions for creating URL safe slugs from text strings.
raw docstring

oc.lib.sqs

A component to consume messages from an SQS queue with a long poll and pass them off to a handler, deleting them if they are processed successfully (no exception) by the handler.

https://github.com/stuartsierra/component

A component to consume messages from an SQS queue with a long poll and pass them off to a handler, deleting them if
they are processed successfully (no exception) by the handler.

https://github.com/stuartsierra/component
raw docstring

oc.lib.storage

Get list of sections from the storage service.

Get list of sections from the storage service.
raw docstring

oc.lib.text

Functions related to processing text.

Functions related to processing text.
raw docstring

oc.lib.time

Functions related to time and timestamps.

Functions related to time and timestamps.
raw docstring

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

× close