0.4.17 • Published 5 months ago

ae_sdk v0.4.17

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Aliexpress SDK npm version

Typescript CI Publish Downloads Bundle Size License

A simple and type-safe SDK for Aliexpress (system tools, dropshipping and affiliate) APIs.

Introduction

An overview of the SDK and its features.

Prerequisites

Check the important steps to take before being able to use this library

Installation

npm install ae_sdk

Basic usage

// step 1: import the AE client
import { AffiliateClient } from "ae_sdk";

// step 2: initilize the client
const client = new AffiliateClient({
  app_key: "123",
  app_secret: "123456abcdef",
  session: "oauth_access_token",
});

// step 3: you are all set !
const result = await client.featuredPromoInfo({});

console.log(result);

Click here for a more in depth usage guide.

0.4.17

5 months ago

0.4.16

5 months ago

0.4.15

6 months ago

0.4.14

7 months ago

0.4.13

7 months ago

0.4.12

7 months ago

0.4.11

7 months ago

0.4.10

7 months ago

0.4.9

7 months ago

0.4.8

7 months ago

0.4.7

8 months ago

0.4.6

8 months ago

0.4.5

8 months ago

0.4.4

8 months ago

0.4.3

8 months ago

0.4.2

8 months ago

0.4.0

8 months ago

0.3.4

8 months ago

0.3.3

8 months ago

0.3.2

8 months ago

0.3.1

8 months ago

0.3.0

8 months ago

0.2.0

8 months ago

0.1.0

8 months ago

0.0.5

8 months ago

0.0.4

8 months ago

0.0.3

8 months ago