@ezetel/master-sdk
v1.0.3
Published
Master SDK for the Ezetel API
Downloads
6
Readme
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"
}
}