Esempio n. 1
0
def Folder(xmlResponse):
    return xml2Dic(xmlResponse).get('folder', Hook())
Esempio n. 2
0
def Album(xmlResponse):
    return xml2Dic(xmlResponse).get('album', Hook())
Esempio n. 3
0
def User(xmlResponse):
    return xml2Dic(xmlResponse).get('user', Hook())
Esempio n. 4
0
def File(xmlResponse):
    return xml2Dic(xmlResponse).get('file', Hook())
Esempio n. 5
0
def CollectionContents(xmlResponse):
    return xml2Dic(xmlResponse).get('collectionContents', Hook())
def Workspace(xmlResponse):
    return xml2Dic(xmlResponse).get('workspace', Hook())
Esempio n. 7
0
def Workspace(xmlResponse):
    return xml2Dic(xmlResponse).get('workspace', Hook())
def Folder(xmlResponse):
    return xml2Dic(xmlResponse).get('folder', Hook())
def Album(xmlResponse):
    return xml2Dic(xmlResponse).get('album', Hook())
def User(xmlResponse):
    return xml2Dic(xmlResponse).get('user', Hook())
def CollectionContents(xmlResponse):
        return xml2Dic(xmlResponse).get('collectionContents', Hook())
def File(xmlResponse):
    return xml2Dic(xmlResponse).get('file', Hook())