Liking cljdoc? Tell your friends :D

puppetlabs.analytics.checkin.core


AnalyticsConfigclj

The minimum required config settings for the analytics namespace

The minimum required config settings for the analytics namespace
sourceraw docstring

checkinclj

(checkin {:keys [analytics-opt-out-path telemetry-url queue version-path
                 product-name cacert certname]})

Inputs: [{:keys [analytics-opt-out-path telemetry-url queue version-path product-name cacert certname]} :- CheckinRequirements]

Inputs: [{:keys [analytics-opt-out-path telemetry-url queue version-path product-name cacert certname]} :- CheckinRequirements]
sourceraw docstring

CheckinRequirementsclj

These are various file paths and variables required to create a checkin.

These are various file paths and variables required
to create a checkin.
sourceraw docstring

CheckVersionResponseclj

The response map returned from Dujour when checking the version

The response map returned from Dujour when checking the version
sourceraw docstring

create-checkin-argsclj

(create-checkin-args config)

Inputs: [config :- AnalyticsConfig] Returns: CheckinRequirements

Creates the object that is used as input to the checkin method.

Inputs: [config :- AnalyticsConfig]
Returns: CheckinRequirements

Creates the object that is used as input to the checkin method.
sourceraw docstring

get-opt-out-reasonclj

(get-opt-out-reason opt-out-path)

Calculate whether the user has opted out and return the reason for opting out, or nil if opting in

Calculate whether the user has opted out and return the reason for opting out, or nil if opting in
sourceraw docstring

get-versionclj

(get-version version-path)
source

ProductConfigclj

Optional product keys that help the developer configure the analytics service with local settings.

Optional product keys that help the developer configure the analytics
service with local settings.
sourceraw docstring

send-analyticsclj

(send-analytics args telemetry-url)

Inputs: [args telemetry-url]

Retrieves and sends analytics to dujour

Inputs: [args telemetry-url]

Retrieves and sends analytics to dujour
sourceraw docstring

send-analytics-and-log-errorsclj

(send-analytics-and-log-errors query-params telemetry-url)
source

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

× close