# README
TelemetryDeck SDK for Go
The development on this project has just started. Please don't expect anything to work until there are a few releases. Also please expect breaking API changes in every release until v1.0.0 is reached.
The Goal of this library is to facilitate sending telemetry data to the TelemetryDeck backend via the Ingest API v2.
# Functions
NewClient instantiates a new client to send data to TelemetryDeck, and also starts a new session.
WithEndpoint allows to specify an alternative API endpoint.
WithHashSalt specifies a hash salt string (recommended).
WithLogger specifies a logger to use for logging errors caught during sending telemetry signals.
WithSessionID specifies a session identifier.
WithTestMode activates test mode.
WithUserID specifies a unique user identifier.
# Structs
Client represents a TelemetryDeck client, configured to represent one distinct user interacting with one distinct application.
No description provided by the author