Configuration¶
Configuration of the client’s App ID and Key can be made directly to the InsightResource base-class.
-
class
skywiseinsight.InsightResource¶ Base class for all Insight resources.
-
classmethod
get_app_id()¶ Returns the currently configured App ID.
-
classmethod
get_app_key()¶ Returns your current App Key.
-
classmethod
set_app_id(app_id)¶ Sets your App ID.
-
classmethod
set_app_key(app_key)¶ Sets your App Key.
-
classmethod