0.0.3 • Published 1 year ago

@koibanx/checkout-dw-sdk v0.0.3

Weekly downloads
-
License
ISC
Repository
gitlab
Last release
1 year ago

Koibanx Checkout DW SDK

Checkout DW SDK based in module Checkout DW

Description

The Module Checkout DW handles:

SDK Documentation

Feast yourself

Installation

npm install @koibanx/checkout-dw-sdk

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

Initialization

Node

Using ES6 import

import CheckoutDwSdk from '@koibanx/checkout-dw-sdk';

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

With require

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

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

Types

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

Examples

Using ES6 import

import CheckoutDwSdk from "@koibanx/checkout-dw-sdk";

const checkoutDw = CheckoutDwSdk({
    baseURL: 'http://your-url',
})
0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago