| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SmugBase --+
|
SmugMug
Serial version of a SmugMug client.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
Perform the low-level communication with SmugMug.
|
Login into SmugMug anonymously using the API key.
|
Login into SmugMug with user id, password hash and API key.
|
Login into SmugMug with email address, password and API key.
|
Return a tree of categories and sub-categories. The format of the response tree:
{'Category1': {'id': 41, 'SubCategories': {}},
'Category2': {'id': 3,
'SubCategories': {'One': 4493,
'Two': 4299}},
}
The primary purpose for this method is to provide an easy mapping between name and id. This method is not a standard smugmug method. To Do: how can this be integrated with SmugBatch? |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Feb 13 21:08:04 2008 | http://epydoc.sourceforge.net |