2.5.5 • Published 7 years ago

yosgo-lina v2.5.5

Weekly downloads
2
License
ISC
Repository
-
Last release
7 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

7 years ago

2.5.0

7 years ago

2.1.2

7 years ago

2.1.1

7 years ago

2.1.0

7 years ago

2.0.0

7 years ago

0.0.14

8 years ago

0.0.13

8 years ago

0.0.12

8 years ago

0.0.11

8 years ago

0.0.10

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago