0.2.10 • Published 9 months ago
gas-integrations v0.2.10
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
9 months ago
0.2.9
9 months ago
0.2.8
9 months ago
0.2.7
10 months ago
0.2.6
10 months ago
0.2.5
10 months ago
0.2.4
10 months ago
0.2.3
10 months ago
0.2.2
10 months ago
0.2.1
10 months ago
0.1.4
10 months ago
0.1.3
10 months ago
0.1.2
10 months ago
0.1.1
10 months ago
0.2.0
10 months ago
0.1.0
10 months ago
0.0.8
10 months ago
0.0.7
10 months ago
0.0.6
10 months ago
0.0.5
10 months ago
0.0.4
10 months ago
0.0.3
10 months ago
0.0.2
10 months ago
0.0.1
10 months ago