Liking cljdoc? Tell your friends :D

matrix-protocol.helpers


build-media-urlclj/s

(build-media-url parts)
(build-media-url {:keys [server-name media-id]} media-type)

cb->asyncclj/s

(cb->async params func)

Invoke a function that you'd invoke with (func params callback) and return a core.async channel instead of the callback.

Invoke a function that you'd invoke with `(func params callback)` and return
a core.async channel instead of the callback.
raw docstring

cb->async->fn1clj/s

(cb->async->fn1 params func func-cb)

Invoke a function that you'd invoke with (func params callback) and return a core.async channel instead of the callback.

Invoke a function that you'd invoke with `(func params callback)` and return
a core.async channel instead of the callback.
raw docstring

cb->async->fn2clj/s

(cb->async->fn2 params func func-cb)

Invoke a function that you'd invoke with (func params callback) and return a core.async channel instead of the callback.

Invoke a function that you'd invoke with `(func params callback)` and return
a core.async channel instead of the callback.
raw docstring

event-filterclj/s

(event-filter events func)

Filter out events which match the supplied fn.

Filter out events which match the supplied fn.
raw docstring

home-serverclj/s


home-server-urlclj/s


is-image-event?clj/s

(is-image-event? event)

mxc->file-urlclj/s

(mxc->file-url url)
(mxc->file-url url media-type)

mxc->img-thumbnail-urlclj/s

(mxc->img-thumbnail-url url)
(mxc->img-thumbnail-url url width height)

mxc->urlclj/s

(mxc->url url)
(mxc->url url type)

mxc-ts->formatclj/s

(mxc-ts->format ts)
(mxc-ts->format ts fmt)
(mxc-ts->format ts fmt tz)

mxc-ts->time-instantclj/s

(mxc-ts->time-instant ts)

mxc-ts->time-instant-zonedclj/s

(mxc-ts->time-instant-zoned ts)
(mxc-ts->time-instant-zoned ts tz)

mxc-ts-compareclj/s

(mxc-ts-compare ts1 ts2)

mxc-txnidclj/s

(mxc-txnid)

schemaclj/s

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

× close