Stores
Stores represent a storage location (FTP, S3, etc.) for videos. They can’t be
created through the API; you’ll need to create them via the web console.
-
class hdcloud.StoreManager(api)
-
all()
Get a list of all encoding stores. Paginated.
Parameter: | page – Page number |
Return type: | list of Store instances. |
-
get(id)
Look up a store by ID.
Parameter: | id – The store ID. |
Return type: | A Store instance. |
-
class hdcloud.Store(manager, info)
A storage location (FTP, S3, etc.) for videos.
The documentation doesn’t explain what all the attributes mean,
but the names are relatively self-explanatory, I hope:
-
authorized
-
auth_token
-
deleted
-
description
-
host
-
id
-
name
-
password
-
ref
-
username
-
user_id