|
|
__init__(self,
sessionId=None,
protocol='https')
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,
protocol=None)
Return an instance of a batch-oriented SmugMug client. |
source code
|
|
|
|
images_upload(self,
AlbumID=None,
ImageID=None,
Data=None,
FileName=None,
**kwargs)
Upload the corresponding image. |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|