fus-file-m
v1.8.0
Published
File Management System For Fusions360
Downloads
14
Readme
Fusions360 檔案管理模組
File Management System For Fusions360
Features
- Get file list by reference_id
- Create file by file_id
- Update file by file_id
Installing
Using npm:
$ npm install fus-file-m
Using yarn:
$ yarn add fus-file-m
Decription
為了統一各個專案, 故將檔案模組移出
NOTE
檔案描述為放入一個 JSON String Object
{
name: 上傳檔案原始名稱,
size: 上傳檔案大小,
log: Array (更新檔案歷程) [
{
info: {
name: 上傳檔案原始名稱,
size: 上傳檔案大小
}
updated_at: 更新時間
}
]
}
VERISION
2020/05/28
新增 multiple