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

        contacts = ContactManager.getPendingContacts()

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

        contacts = ContactManager.getPendingContacts()

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