bitmovin_api_sdk.encoding.watch_folders package
Submodules
bitmovin_api_sdk.encoding.watch_folders.watch_folder_list_query_params module
bitmovin_api_sdk.encoding.watch_folders.watch_folders_api module
- class bitmovin_api_sdk.encoding.watch_folders.watch_folders_api.WatchFoldersApi(**kwargs)[source]
Bases:
BaseApi- create(watch_folder, **kwargs)[source]
Create Watch Folder
- Parameters:
watch_folder (WatchFolder, required) – The Watch Folder to be created
- Returns:
Watch Folder
- Return type:
- delete(watch_folder_id, **kwargs)[source]
Delete Watch Folder
- Parameters:
watch_folder_id (string_types, required) – Id of the Watch Folder
- Returns:
Id of the Watch Folder that was deleted
- Return type:
- get(watch_folder_id, **kwargs)[source]
Watch Folder details
- Parameters:
watch_folder_id (string_types, required) – Id of the Watch Folder
- Returns:
Watch Folder
- Return type:
- list(query_params=None, **kwargs)[source]
List all Watch Folders
- Parameters:
query_params (WatchFolderListQueryParams) – Query parameters
- Returns:
List of Watch Folders
- Return type:
- start(watch_folder_id, **kwargs)[source]
Start Watch Folder
- Parameters:
watch_folder_id (string_types, required) – Id of the Watch Folder
- Returns:
Id of the Watch Folder
- Return type: