Liking cljdoc? Tell your friends :D

clj-honeycomb.core

A thin wrapper over libhoney-java.

A thin wrapper over libhoney-java.
raw docstring

clj-honeycomb.fields

Fields are the data that are sent as part of an event. Events are just maps, where the keys are either keywords or strings and the values may be anything. Since clj-honeycomb wraps the Java Honeycomb SDK, we must transform some of the values from Clojure types into more Java-friendly types where possible.

Only the ->ValueSupplier function in this namespace should be considered part of the public API for clj-honeycomb.

Fields are the data that are sent as part of an event. Events are just maps,
where the keys are either keywords or strings and the values may be anything.
Since clj-honeycomb wraps the Java Honeycomb SDK, we must transform some of
the values from Clojure types into more Java-friendly types where possible.

Only the ->ValueSupplier function in this namespace should be considered part
of the public API for clj-honeycomb.
raw docstring

clj-honeycomb.testing-utils

Functions to make it easier to test code that uses clj-honeycomb.

Functions to make it easier to test code that uses clj-honeycomb.
raw docstring

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

× close