文件名称:node-livejournal:LiveJournal API
文件大小:9KB
文件格式:ZIP
更新时间:2024-05-28 12:18:35
livejournal JavaScript
LiveJournal API npm install livejournal 该软件包提供对LiveJournal的XMLRPC和JSONRPC API的访问。 XMLRPC 例子 // get posts inside the journal using XMLRPC LiveJournal . xmlrpc . getevents ( { journal : 'brad' , auth_method : 'noauth' , selecttype : 'lastn' , howmany : 20 } , function ( err , value ) { console . log ( value . events ) ; } ) ; // get post content using XMLRPC LiveJournal . xmlrpc . gete
【文件预览】:
node-livejournal-master
----lib()
--------utils()
--------jsonrpc.js(1KB)
--------xmlrpc.js(1KB)
--------api.js(1014B)
----spec()
--------xmlrpcSpec.js(1KB)
--------utilsSpec()
--------apiSpec.js(544B)
--------jsonRPCSpec.js(812B)
--------support()
----.travis.yml(80B)
----README.md(3KB)
----index.js(267B)
----package.json(567B)