clj-honeycomb
clj-honeycomb copied to clipboard
with-event only usable with implicit client
Currently with-event
relies on the implicit clj-honeycomb.core/*client*
being bound to an active client - is there any possibility to add an equivalent with-event
which can have the client supplied externally, or doing this at the with-event-fn
level and exposing it as a public function?
PS thank you very much for writing this - am enjoying the library a lot!