Exemple #1
0
 def __init__(self, *args, **kwargs):
     super(ContactListsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.contact_lists")
Exemple #2
0
 def __init__(self, *args, **kwargs):
     super(DealsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hapi.deals")
Exemple #3
0
 def __init__(self, *args, **kwargs):
     super(EngagementsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hapi.engagements")
Exemple #4
0
 def __init__(self, *args, **kwargs):
     super(LeadsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.leads')
Exemple #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")
Exemple #6
0
 def __init__(self, *args, **kwargs):
     super(CompaniesClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hapi.companies")
Exemple #7
0
 def __init__(self, *args, **kwargs):
     super(ContactsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log('hapi.contacts')
Exemple #8
0
 def __init__(self, *args, **kwargs):
     super(LeadsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.leads")
Exemple #9
0
 def __init__(self, *args, **kwargs):
     super(CRMAssociationsClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.crm_associations")
Exemple #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")
Exemple #11
0
 def __init__(self, *args, **kwargs):
     super(PipelinesClient, self).__init__(*args, **kwargs)
     self.log = logging_helper.get_log("hubspot3.crm-pipelines")