文件名称:node-onep:Exosite One Platform API的节点绑定
文件大小:14KB
文件格式:ZIP
更新时间:2024-05-31 13:34:12
JavaScript
这是一个node.js库,它提供对访问。 用法 var rpc = require ( 'onep/rpc' ) ; rpc . call ( cik , 'info' , [ { alias : '' } , { } ] , function ( err , rpcresponse , httpresponse ) { if ( err ) { console . log ( 'error: ' + err ) ; } else { if ( rpcresponse [ 0 ] . status === 'ok' ) { console . log ( JSON . stringify ( rpcresponse [ 0 ] . result ) ) ; } else { console . log ( 'Bad statu
【文件预览】:
node-onep-master
----.jshintrc(21B)
----main.js(2KB)
----rpc.js(20KB)
----test()
--------test-rpc.js(8KB)
--------config-template.js(296B)
----HISTORY.md(1KB)
----README.md(8KB)
----.gitignore(28B)
----package.json(638B)