VideoAnnotator:用于教学目的的 VideoAnnotator

时间:2024-07-28 01:58:50
【文件属性】:

文件名称:VideoAnnotator:用于教学目的的 VideoAnnotator

文件大小:911KB

文件格式:ZIP

更新时间:2024-07-28 01:58:50

JavaScript

LabSystem 的视频注释器 Labsystem 可以从下载。 后端API设计 VideoAnnotator 使用 REST API 访问 json 格式的数据。 下面记录了所需的 API。 网址 描述 GET /video/:id 返回带有{url:'', title: ''}的视频的 json 属性 GET /video/:id/comments 返回带有[{title: '', body: '', time: 5, video_id: id}, {...}, {...}]的评论数组 POST /comment 使用{title: '', body: '', time: 5, video_id: id}创建一个新评论并返回包含评论 ID 的评论。


【文件预览】:
VideoAnnotator-gh-pages
----index.html(908B)
----Readme.md(620B)
----js()
--------constants()
--------vendors()
--------stores()
--------bundle.min.js(402KB)
--------components()
--------app.js(193B)
--------actions()
--------dispatcher()
--------bundle.js(2.93MB)
----chatwindow.html(3KB)
----css()
--------vendors()
--------style.css(801B)
----.gitignore(30B)
----package.json(803B)

网友评论