@easy-front-core-sdk/top
TypeScript icon, indicating that this package has built-in type declarations

1.5.4 • Public • Published

top

淘宝开放平台(Taobao Open Platform)

Usage

初始化

import { TopCoreFactory } from '@easy-front-core-sdk/top';

const topCore = TopCoreFactory.putCore({
    appKey: 'YOUR_APP_KEY',
    appSecret: 'YOUR_APP_SECRET',
});

if (topCore) {
    console.log(`TopCore 初始化成功`);
} else {
    console.log(`TopCore 初始化失败`);
}

使用

const topCore = TopCoreFactory.getCore('YOUR_APP_KEY');

Readme

Keywords

none

Package Sidebar

Install

npm i @easy-front-core-sdk/top

Weekly Downloads

1

Version

1.5.4

License

MIT

Unpacked Size

65.4 kB

Total Files

41

Last publish

Collaborators

  • qianqing