1.0.4 • Published 9 years ago

sdk-showapi v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

ShowAPI NodeJS SDK 使用方法

安装

npm install sdk-showapi

配置

在node_module下找到sdk-showapi,修改index.js中的conf。

    var conf = {
        appid: '这里填写您的appid',
        secret: '这里填写您的secret'
    };

使用

其中res返回的是showapi服务器返回的json

    require('showapi').api(url, [
                {key: '', value: ''},
                {key: '', value: ''}
            ], function(err, res) {
            });
1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago