Liking cljdoc? Tell your friends :D

lambdaisland.embedkit.watch

Watch Metabase entities, development aid.

This is meant to help you figure out how operations in the UI correspond with data in the API. You watch! a given path, it will be polled, and every time the response differs from the previous response, you will see any changed or new values in the response.

Watch Metabase entities, development aid.

This is meant to help you figure out how operations in the UI correspond with
data in the API. You [[watch!]] a given path, it will be polled, and every
time the response differs from the previous response, you will see any changed
or new values in the response.
raw docstring

only-changesclj

(only-changes before after)
source

unwatch!clj

(unwatch! id)
source

watch!clj

(watch! conn path)

Watch a given resource, this keep re-fetching it from the API, and printing any keys that have changed. This allows us to make changes in the UI and see how they correspond with the data.

Watch a given resource, this keep re-fetching it from the API, and printing
any keys that have changed. This allows us to make changes in the UI and see
how they correspond with the data.
sourceraw docstring

watchesclj

source

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

× close