jwplatform-node:JW Platform API的Node.js库

时间:2024-05-31 22:10:36
【文件属性】:

文件名称:jwplatform-node:JW Platform API的Node.js库

文件大小:1.07MB

文件格式:ZIP

更新时间:2024-05-31 22:10:36

nodejs jwplayer jwplatform JavaScript

JW平台API 与JW平台管理API接口的节点客户端。 请注意,这不是为客户端使用而开发的,因为它需要您的API密钥和密钥。 为了您自己的安全,请限制使用服务器端应用程序。 安装 使用以下方法安装软件包: yarn add jwplatform 用法示例 const JWPlatformAPI = require ( 'jwplatform' ) ; const jwApi = new JWPlatformAPI ( { apiKey : 'INSERT API KEY' , apiSecret : 'INSERT API SECRET' } ) ; jwApi . videos . show ( { video_key : 'INSERT VIDEO KEY' } ) . then ( ( response ) => { // handle response data }


【文件预览】:
jwplatform-node-master
----.gitignore(57B)
----Dockerfile(222B)
----package.json(1KB)
----Makefile(404B)
----LICENSE(11KB)
----jwplatform()
--------client.js(2KB)
--------resource.js(2KB)
--------resources.js(1KB)
--------utils.js(247B)
--------api.js(2KB)
--------errors.js(218B)
----examples()
--------test.mp4(1.01MB)
--------upload.js(422B)
--------videos()
--------accounts()
--------channels()
--------players()
----.eslintrc.js(150B)
----README.md(2KB)
----.npmignore(59B)
----test()
--------utils.spec.js(857B)
--------api.spec.js(9KB)
--------resource.spec.js(3KB)
--------client.spec.js(3KB)
--------.eslintrc.js(111B)
----.prettierrc(93B)
----yarn.lock(94KB)

网友评论