node mobilecommons MobileCommons REST API的API包装器
MobileCommons REST API库MobileCommons REST API的API包装器。它目前只公开一个基本的get方法和一个“消息”便利端点包装器方法。安装npm install mobilecommons用法MobileCommons api使用基本身份验证进行身份验证。 var MobileCommons = require('mobilecommons'); var mc = new MobileCommons( 'username', 'password' ); mc.get('messages', {'include_profile': 1}, function(err, data){ console.log(data.response.messages[0].message); });去做测试
下载地址
用户评论