https://github.com/wccdev/filez-python-sdk
Python SDK for lenovo filez
https://github.com/wccdev/filez-python-sdk
django filez python
Last synced: about 2 months ago
JSON representation
Python SDK for lenovo filez
- Host: GitHub
- URL: https://github.com/wccdev/filez-python-sdk
- Owner: wccdev
- License: mit
- Created: 2022-11-29T07:53:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T08:05:19.000Z (about 3 years ago)
- Last Synced: 2025-09-27T23:20:18.150Z (9 months ago)
- Topics: django, filez, python
- Language: Python
- Homepage:
- Size: 1.42 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Python SDK for
Lenovo FileZ
Skeleton project created by Cookiecutter PyPackage.
## 文档
Skeleton project created by Cookiecutter PyPackage
* Documentation:
* GitHub:
* PyPI:
* Free software: MIT
## 功能说明
#### 用户相关接口
- user_create 创建用户
- user_info 获取用户信息
- user_list 获取用户列表
#### 团队相关接口
- team_list 获取团队列表
- team_info 获取团队信息
- team_user_list 获取团队成员列表
#### 文件相关接口
- file_list 获取指定目录的文件列表
- file_info 获取文件信息
- file_delete 删除文件
- create_folder 创建文件夹
- file_copy 复制文件
- file_move 移动文件
- file_upload 上传文件
- file_rename 重命名文件
- file_history 文件历史版本
- file_preview 文件预览
- file_download 文件下载
#### 授权相关接口
- auth_create 文件授权
- auth_delete 取消文件授权
- auth_list 获取文件授权列表
## Credits
This package was created with [Cookiecutter](https://github.com/audreyr/cookiecutter) and the [wccdev/cookiecutter-pypackage](https://github.com/wccdev/cookiecutter-pypackage) project template.