文件名称:rtm-api:记住Milk API接口
文件大小:99KB
文件格式:ZIP
更新时间:2024-06-15 04:37:19
nodejs node js rtm rtm-api
记住Milk API接口 节点模块: GitHub存储库: 这个Node模块提供了一个关于Remember the Milk API的包装器。 您将需要自己的RTM API密钥和机密,可从“记住牛奶”。 主要特点 两步用户授权程序 直接RTM API请求 // Requests are automatically signed and include the User's Auth Token user . get ( 'rtm.method' , { param : 'value' } , function ( err , response ) { if ( err ) { return console . error ( err . toString ( ) ) ; } console . log ( response ) ; } ) ; 基本错误处理和响
【文件预览】:
rtm-api-master
----docs()
--------client_auth.js.html(8KB)
--------client_index.js.html(10KB)
--------user_tasks.js.html(20KB)
--------RTMList.html(14KB)
--------client_user.js.html(8KB)
--------user_index.js.html(13KB)
--------RTMSuccess.html(8KB)
--------index.html(15KB)
--------RTMClient.html(39KB)
--------RTMUser.html(82KB)
--------RTMError.html(15KB)
--------response_response.js.html(7KB)
--------RTMTask.html(28KB)
--------user_lists.js.html(9KB)
--------response_success.js.html(6KB)
--------RTMResponse.html(13KB)
--------task_index.js.html(11KB)
--------styles()
--------list_index.js.html(7KB)
--------response_error.js.html(8KB)
--------scripts()
----package.json(704B)
----LICENSE(1KB)
----package-lock.json(70B)
----src()
--------client()
--------response()
--------list()
--------user()
--------task()
--------utils()
----jsdoc.json(294B)
----rtm.json(327B)
----.gitignore(43B)
----README.md(8KB)