1.0.3 • Published 5 years ago

@ezetel/master-sdk v1.0.3

Weekly downloads
3
License
MIT
Repository
gitlab
Last release
5 years ago

Ezetel master SDK

A modified version of the initial ezetel sdk that dynamically adapts to the currently defined store credentials.

Installation

yarn add @ezetel/master-sdk

Usage

To get started, instantiate a new Ezetel client with your store credentials.

Note: This may require a Ezetel account.

// JavaScript
import { gateway as EzetelGateway } from '@ezetel/master-sdk'

const Ezetel = EzetelGateway()

Note: If you're using webpack, you'll need to add the following to your projects configuration file.

{
"node": {
      "fs": "empty"
    }
}
1.0.3

5 years ago

1.0.2

5 years ago

1.0.0

5 years ago