future-diary-sdk:适用于Node.js的Future Diary SDK

时间:2021-05-05 12:50:08
【文件属性】:
文件名称:future-diary-sdk:适用于Node.js的Future Diary SDK
文件大小:4KB
文件格式:ZIP
更新时间:2021-05-05 12:50:08
future-diary future-diary-sdk JavaScript 未来日记SDK 适用于Node.js的Future Diary SDK 安装 $ npm i future-diary-sdk 用法 const Future = require ( 'future-diary-sdk' ) ; const f = new Future ( { host : 'weilairiji.com' , username : '' , password : '' } ) ; ( async ( ) => { try { // GET const timeline = await f . get ( '/statuses/user_timeline' , { id : 10962 } ) ; console . log ( timeline ) ; // POST const result = await f . post ( '/st
【文件预览】:
future-diary-sdk-main
----.gitignore(75B)
----README.md(1KB)
----LICENSE(1KB)
----package.json(694B)
----index.js(1KB)
----test.js(1KB)
----.npmrc(19B)

网友评论