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