taobao-api-batch

1.0.4 • Public • Published

taobao-api-batch 淘宝开放平台批量调用

淘宝开放平台API批量调用简介说明
https://developer.alibaba.com/docs/doc.htm?treeId=1&articleId=104350&docType=1

taobaoApiBatch = new TaobaoApiBatch({
    'app_key':'xxxxxxx',
    'app_secret':'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
});

taobaoApiBatch.addRequest({method:'taobao.httpdns.get'});
taobaoApiBatch.addRequest({method:'taobao.top.ipout.get'});

taobaoApiBatch.execute(function (data) {
    console.log(data);
});

Readme

Keywords

none

Package Sidebar

Install

npm i taobao-api-batch

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

5.26 kB

Total Files

4

Last publish

Collaborators

  • penpenwang