Ejemplo n.º 1
0
 def contacts(self):
     """Gets the 'Contacts' service."""
     service_root = self._get_webservice_url("contacts")
     return ContactsService(service_root, self.session, self.params)
Ejemplo n.º 2
0
 def contacts(self):
     service_root = self.webservices['contacts']['url']
     return ContactsService(service_root, self.session, self.params)
Ejemplo n.º 3
0
 def contacts(self):
     service_root = self._get_webservice_url('contacts')
     return ContactsService(service_root, self.session, self.params)