# Packages

No description provided by the author

# Functions

NewClient creates kentikapi client with credentials read from env variables.
PanicOnError converts err into panic; use it to reduce the number of: "if err != nil { return err }" statements.
PrettyPrint prints an object recursively in an indented way.
ReadCredentialsFromEnv reads and returns (email, token) pair from environment variables, or error if not set.