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

        contacts = ContactManager.getPendingContacts()

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

        contacts = ContactManager.getPendingContacts()

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