Example #1
0
    def get(self):
        '''
        Retrieve whole contact list at JSON format.
        '''

        contacts = ContactManager.getPendingContacts()

        self.return_documents(contacts)
Example #2
0
    def get(self):
        '''
        Retrieve whole contact list at JSON format.
        '''

        contacts = ContactManager.getPendingContacts()

        self.return_documents(contacts)
Example #3
0
def get_pending_contacts(step):
    world.contacts = ContactManager.getPendingContacts()
Example #4
0
def get_pending_contacts(step):
    world.contacts = ContactManager.getPendingContacts()