A File Storage User resource.
This is the main part of the API where typically every call is
made.
The get, put, delete are provided for user who do not need a
simplified api and plan on parsing the JSON themselves.
Other methods are provided that return serialized objects for
simplified user of the API.
|
__init__(self,
res_json,
resource_client,
content_client)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
make_volume(self,
path)
Create a new Volume (aka UDF). |
source code
|
|
|
|
|
|
|
get_volumes(self)
Get a list of all Volumes. |
source code
|
|
|
|
|
|
|
upload_file(self,
file_name,
path)
Download a file. |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|