Abstract functionality for SmugMug API clients.
|
__init__(self,
sessionId=None,
secure=True,
proxy=None,
version=' 1.2.2 ' ,
verbose=None,
progress=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
__getattr__(self,
method)
Construct a dynamic handler for the SmugMug API. |
source code
|
|
|
|
|
|
|
|
|
|
|
batch(self)
Return an instance of a batch-oriented SmugMug client. |
source code
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|