0.0.10 • Published 2 months ago

@koibanx/ledger-dw-sdk v0.0.10

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
2 months ago

Koibanx Ledger DW SDK

Ledger DW SDK based in module Ledger DW

Description

The Module Ledger DW handles:

SDK Documentation

Feast yourself

Installation

npm install @koibanx/ledger-dw-sdk

NOTE: you must have the npm token in your .npmrc file

Initialization

Node

Using ES6 import

import LedgerDwSdk from '@koibanx/ledger-dw-sdk';

const ledgerDw = LedgerDwSdk({
  baseURL: 'http://your-url',
});

With require

exports.__esModule = true;
const LedgerDwSdk = require('@koibanx/ledger-dw-sdk')["default"];

const ledgerDw = LedgerDwSdk({
  baseURL: 'http://your-url',
});

Types

  • Typescript (@koibanx/ledger-dw-sdk/dist/index.d.ts)

Examples

Using ES6 import

import LedgerDwSdk from "@koibanx/ledger-dw-sdk";

const ledgerDw = LedgerDwSdk({
    baseURL: 'http://your-url',
})
0.0.10

2 months ago

0.0.9

9 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.4

1 year ago

0.0.1

1 year ago