New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

taobao-api-batch

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

taobao-api-batch

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

latest
npmnpm
Version
1.0.4
Version published
Weekly downloads
3
Maintainers
1
Weekly downloads
 
Created
Source

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);
});

FAQs

Package last updated on 12 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts