0.0.2 • Published 2 years ago

gas-integrations v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Google Apps Script API integrations.

Integrated APIs:

  • Wildberries seller API (incomplete)

Installation

npm install gas-integrations --save-dev

Also you must configure clasp for TypeScript (see in official docs) and esmodules (see in official docs)

Usage

Import classes you need:

import { Wildberries } from "gas-integrations";

Create instance:

const wb = new Wildberries('your_jwt');

Use methods of API (e.g. "https://seller-analytics-api.wildberries.ru/api/v2/nm-report/detail"):

const responce = wb.analytics.pcStatistics(payload)
0.2.10

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago