in iact3/plugin/base_plugin.py [0:0]
def client(self):
if not self._client:
client = self.api_client()(self.config)
if not self.endpoint:
self.endpoint = getattr(client, '_endpoint', '')
return self.api_client()(self.config)
return self._client