# Functions
GetEnvOrDefault is a helper function that returns the value of the
given environment variable, if one exists, or the default value */.
GetKeys is a handy helper to just dump the keys of a map into a slice */.
GetObjectAtKey is a handy helper that will dig through a map and find something
at the defined key.
GetStringAtKey uses GetObjectAtKey to verify the resulting
object is either a JSON string or Number and returns it as a string */.
NewAPIClient makes a new api client for RESTful calls.
NewAPIObject makes an APIobject to manage a RESTful object in an API.
Provider implements the REST API provider*/.