qun
v1.0.0
Published
Tencent API V3 - Nodejs SDK for QQGroup ===========
Maintainers
Readme
Tencent API V3 - Nodejs SDK for QQGroup
Install
npm install qunHow To Use
var QunApi = require('qun');
var Qun = new QunApi(appId, appKey, serverIp);
Qun.call(apiPath, {}, 'get', 'http', function(result){
// method and protocol is optional, default 'get', 'http',
// return object
})Contact
mailto: [email protected]
