文件名称:node-tms-onconnect:TMS OnConnect API的基于承诺的包装器
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-07 22:42:22
JavaScript
TMS OnConnect API 该库是Gracenote的TMS OnConnect API的简单包装。 每个方法都返回一个“ thenable”对象。 用法 该库建立在Bluebird之上,并大量使用了Promise。 var api = new Gracenote ( api_key ) ; api . lineups . findLineup ( ) . then ( function ( response ) { //... do something with response. } ) ; //or api . lineups . findLineup ( ) . then ( doSometing ) . then ( doSometingElse ) . then ( finallyDoSometing ) ; 实施的:
【文件预览】:
node-tms-onconnect-master
----.gitignore(41B)
----package.json(624B)
----index.js(72B)
----CHANGELOG.md(130B)
----README.md(663B)
----lib()
--------gracenote.js(6KB)
----test()
--------gracenote.test.js(5KB)
--------config.sample.json(54B)