0.1.4-alpha • Published 2 years ago

@listo-paye/sdk v0.1.4-alpha

Weekly downloads
-
License
UNLICENSED
Repository
gitlab
Last release
2 years ago

POC Listo Paye SDK

Proof-of-concept du SDK dédié à la gestion des virements de salaires.

Installation

Yarn

$ yarn add @listo-paye/sdk

npm

$ npm install @listo-paye/sdk

Usage

Node Js

const Listo = require('@listo-paye/sdk').default;

const listo = Listo(token);

listo.user.getById(userId).then((user) => {
  console.log(user);
});

ES6

import Listo from '@listo-paye/sdk';

const listo = Listo(token);

listo.user.getById(userId).then((user) => {
  console.log(user);
});
0.1.4-alpha

2 years ago

0.1.3-alpha

2 years ago

0.1.2-alpha

2 years ago

0.1.1-alpha

2 years ago

0.1.0-alpha

2 years ago