@plade/master-sdk
v0.2.6
Published
SDK for the Plade API
Downloads
4
Readme
Plade master SDK
A modified version of the initial plade sdk that dynamically adapts to the currently defined store credentials and in the near future will handle all dashboard operations [user & store management]
Installation
yarn add @plade/master-sdk
Usage
To get started, instantiate a new Plade client with your store credentials.
Note: This may require a Plade account.
// JavaScript
import { gateway as PladeGateway } from '@plade/master-sdk'
const Plade = PladeGateway()
Note: If you're using webpack, you'll need to add the following to your projects configuration file.
{
"node": {
"fs": "empty"
}
}