Home | Trees | Indices | Help |
|
---|
|
object --+ | smugmug.SmugBase --+ | smugmug.SmugMug --+ | SmugTool
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|||
Inherited from Inherited from |
|
Return the tree of categories and sub-categories. The format of the response tree: {u'Categories': [{u'Name': u'Other', 'SubCategories': {}, u'id': 0}, {u'Name': u'Airplanes', 'SubCategories': {}, u'id': 41}, {u'Name': u'Animals', 'SubCategories': {}, u'id': 1}, {u'Name': u'Aquariums', 'SubCategories': {}, u'id': 25}, {u'Name': u'Architecture', 'SubCategories': {}, u'id': 2}, {u'Name': u'Art', 'SubCategories': {}, u'id': 3}, {u'Name': u'Arts and Crafts', 'SubCategories': {}, u'id': 43}, ..., ], u'method': u'pysmug.categories.getTree', u'stat': u'ok'} |
Returns the full details of an album including EXIF data for all
images. It is the composition of calls to The format of the response tree: {'Album': {'Attribute1': 'Value1', 'AttributeN': 'ValueN', 'Images': [{'EXIF': {'EXIFAttribute1': 'EXIFValue1', 'EXIFAttributeN': 'EXIFValueN'}, 'ImageAttribute1': 'ImageValue1', 'ImageAttributeN': 'ImageAttributeN'}, {'EXIF': {'EXIFAttribute1': 'EXIFValue1', 'EXIFAttributeN': 'EXIFValueN'}, 'ImageAttribute1': 'ImageValue1', 'ImageAttributeN': 'ImageAttributeN'}]}, 'Statistics': {}, 'method': 'pysmug.albums.details', 'stat': 'ok'}
|
Returns a generator of albums with ImageCount == 0.
|
Returns a generator of categories or subcategories with no albums.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 13 19:45:59 2008 | http://epydoc.sourceforge.net |