Ejemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     super(ContactListsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.contact_lists")
Ejemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     super(DealsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hapi.deals")
Ejemplo n.º 3
0
 def __init__(self, *args, **kwargs):
     super(EngagementsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hapi.engagements")
Ejemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     super(LeadsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.leads')
Ejemplo n.º 5
0
 def __init__(self, *args, **kwargs) -> None:
     """initialize a products client"""
     super(ProductsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.companies")
Ejemplo n.º 6
0
 def __init__(self, *args, **kwargs):
     super(CompaniesClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hapi.companies")
Ejemplo n.º 7
0
 def __init__(self, *args, **kwargs):
     super(ContactsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.contacts')
Ejemplo n.º 8
0
 def __init__(self, *args, **kwargs):
     super(LeadsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.leads")
Ejemplo n.º 9
0
 def __init__(self, *args, **kwargs):
     super(CRMAssociationsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.crm_associations")
Ejemplo n.º 10
0
 def __init__(self, *args, **kwargs):
     """initialize a contacts client"""
     super(ContactsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.contacts")
Ejemplo n.º 11
0
 def __init__(self, *args, **kwargs):
     super(PipelinesClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.crm-pipelines")