2.5.5 • Published 6 years ago

yosgo-lina v2.5.5

Weekly downloads
2
License
ISC
Repository
-
Last release
6 years ago

Brief

This SDK is for yosgo lina api. Easy way to develop LINA application.

All the API are async, so you should use Promise or async/await for the SDK.

Installation

> npm install yosgo-lina

Usage

const LINA = require('yosgo-lina');

const lina = new LINA({
  apiKey: YOUR_API_KEY,
  mode: 'test'
});

lina.getProducts().then(response => console.log(response));

API

getBrands: Promise

Product

getProducts(:id?): Promise

Group

createGroup: Promise

getGroup: Promise

Order

createOrder: Promise

getOrders: Promise

Payment

createPayment: Promise

Rule

createRules: Promise

getRules: Promise

2.5.5

6 years ago

2.5.0

6 years ago

2.1.2

6 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago