Ejemplo n.º 1
0
    def get(self):
        '''
        Retrieve whole contact list at JSON format.
        '''

        contacts = ContactManager.getPendingContacts()

        self.return_documents(contacts)
Ejemplo n.º 2
0
    def get(self):
        '''
        Retrieve whole contact list at JSON format.
        '''

        contacts = ContactManager.getPendingContacts()

        self.return_documents(contacts)
Ejemplo n.º 3
0
def get_pending_contacts(step):
    world.contacts = ContactManager.getPendingContacts()
Ejemplo n.º 4
0
def get_pending_contacts(step):
    world.contacts = ContactManager.getPendingContacts()