pycaravel: This module is designed to simplify continuous integration (CI) of data from multiple projects.
Note
This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the gallery for the big picture.
- class caravel.nextcloud.api_wrappers.webdav.WebDAV(*args, **kwargs)[source]¶
- copy_path(uid, path, destination_path, overwrite=False)[source]¶
Copy file or folder to destination.
- download_file(uid, path)[source]¶
Download file of given user by path.
File will be saved to working directory path argument must be valid file path Exception will be raised if path doesn’t exist, path is a directory, file with same name already exists in working directory.
- list_folders(uid, path=None, depth=1, all_properties=False)[source]¶
Get path files list with files properties for given user, with given depth.
Follow us