Liking cljdoc? Tell your friends :D

puppetlabs.analytics-client.core


AnalyticsConfigclj

source

entrypointclj

(entrypoint url ssl-opts)

Inputs: [url :- schema/Str ssl-opts :- SSLOpts]

Gets the entrypoint data from the analytics service

Inputs: [url :- schema/Str ssl-opts :- SSLOpts]

Gets the entrypoint data from the analytics service
sourceraw docstring

Eventclj

source

FieldValueclj

source

ListValueclj

source

MapValueclj

source

Metadataclj

source

run-commandclj

(run-command config command-name payload)

Inputs: [config :- AnalyticsConfig command-name :- schema/Str payload :- #:schema{Any schema/Any}]

Runs a given command against the server defined in the given config. It does this by first retrieving the entrypoint to determine the command's URL. It then sends a POST to the endpoint specified for the 'id' of that command.

Inputs: [config :- AnalyticsConfig command-name :- schema/Str payload :- #:schema{Any schema/Any}]

Runs a given command against the server defined in
the given config. It does this by first retrieving
the entrypoint to determine the command's URL. It
then sends a POST to the endpoint specified for
the 'id' of that command.
sourceraw docstring

ScalarValueclj

source

Snapshotclj

source

SSLOptsclj

A schema map of the expected keys for making an SSL request.

A schema map of the expected keys for making an SSL request.
sourceraw docstring

store-eventclj

(store-event config analytics)

Inputs: [config :- AnalyticsConfig analytics :- Event]

Sends snapshot to analytics service

Inputs: [config :- AnalyticsConfig analytics :- Event]

Sends snapshot to analytics service
sourceraw docstring

store-snapshotclj

(store-snapshot config analytics)

Inputs: [config :- AnalyticsConfig analytics :- Snapshot]

Sends snapshot to analytics service

Inputs: [config :- AnalyticsConfig analytics :- Snapshot]

Sends snapshot to analytics service
sourceraw docstring

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

× close