Return an array listing the events for which the emitter has registered listeners.
Get the latest value for a specified counter
the counter id
the latest value for specified counter
Get the current state of the counters
a copy of the latest state of all counters
Increment (or decrement) a counter
the counter to modify, can be negative.
the amount to increment the counter by
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Add a one-time listener for a given event.
Remove all listeners, or those of the specified event.
Remove the listeners of a given event.
Get the bearer token from a locally running kaipod. Kaipod must be authed and running to return this response.
a bearer token for use in constructing a new Kai.
Generated using TypeDoc
Calls each of the listeners registered for a given event.