Ejemplo n.º 1
0
 def get_job_type_api(self):
     self.__authenticate()
     return JobTypeApi(ApiClient(self.configuration))
Ejemplo n.º 2
0
 def __init__(self, api_client=None):
     if api_client is None:
         api_client = ApiClient()
     self.api_client = api_client
Ejemplo n.º 3
0
 def get_extended_type_api(self):
     self.__authenticate()
     return ExtendedTypeApi(ApiClient(self.configuration))
Ejemplo n.º 4
0
 def get_farm_api(self):
     self.__authenticate()
     return FarmApi(ApiClient(self.configuration))
Ejemplo n.º 5
0
 def get_alert_api(self):
     self.__authenticate()
     return AlertApi(ApiClient(self.configuration))
Ejemplo n.º 6
0
 def get_device_model_api(self):
     self.__authenticate()
     return DeviceModelApi(ApiClient(self.configuration))
Ejemplo n.º 7
0
 def get_weather_data_location_api(self):
     self.__authenticate()
     return WeatherDataLocationApi(ApiClient(self.configuration))
Ejemplo n.º 8
0
 def get_weather_data_model_api(self):
     self.__authenticate()
     return WeatherDataModelApi(ApiClient(self.configuration))
Ejemplo n.º 9
0
 def get_sensor_model_api(self):
     self.__authenticate()
     return SensorModelApi(ApiClient(self.configuration))
Ejemplo n.º 10
0
 def get_telemetry_api(self):
     self.__authenticate()
     return TelemetryApi(ApiClient(self.configuration))
Ejemplo n.º 11
0
 def get_scene_file_api(self):
     self.__authenticate()
     return SceneFileApi(ApiClient(self.configuration))
Ejemplo n.º 12
0
 def get_rule_api(self):
     self.__authenticate()
     return RuleApi(ApiClient(self.configuration))
Ejemplo n.º 13
0
 def get_role_definition_api(self):
     self.__authenticate()
     return RoleDefinitionApi(ApiClient(self.configuration))
Ejemplo n.º 14
0
 def get_role_assignment_api(self):
     self.__authenticate()
     return RoleAssignmentApi(ApiClient(self.configuration))
Ejemplo n.º 15
0
 def get_weather_station_model_api(self):
     self.__authenticate()
     return WeatherStationModelApi(ApiClient(self.configuration))