# Functions
Check Github's Releases API to see if we're running the latest version.
GetApplicationDir returns a string representation of the home path for use with configuration/data storage needs.
GetConfigPath returns a string representation of the configuration's path.
GetTimestamp returns the timestamp in UTC for use with signature creation and event firing.
GetVersion retrieves the version number for use later in the version command and for request headers.
No description provided by the author
RandomClientID generates a fake client ID of length 30.
RandomGUID generates a random GUID for use with creating IDs in the local store and for mock events.
RandomInt generates a random integer between 0->max.
RandomType generates a fake type; Either bits, subscription, or other, in roughly even distribution.
RandomUserID generates a random user ID from 1->100,000,000 for use in mock events.
RandomViewerCount generates a fake viewercount between 0->100,000.
SetVersion sets the version number for use later in the version command and for request headers.
# Variables
No description provided by the author