basic-boot-cljs.core

(clicks button-text)

Shows the number of times the user clicked the button.

Example

[clicks "Click me!"]

(get-lib-version lib-name callback)

Queries Clojars for the version of the given library, providing it in a callback. If it can't find it, the callback receives an error object.

Example

(get-lib-version "dynadoc" callback)