@subbly/sdk
v0.5.10
Published
Subbly web SDK
Downloads
37
Readme
Subbly JS SDK
A JavaScript SDK for Subbly.
Use Subbly SDK to interact with Subbly API and build custom applications.
Installation
From the package manager of your choice:
npm install @subbly/sdk
# or
yarn add @subbly/sdk
Usage
import Subbly from '@subbly/sdk';
Subbly.init({
apiKey: 'API_KEY'
}).then((subbly) => {
// access Subbly SDK methods
});
Note: You can find your API key on the Storefront API keys page in Subbly Admin.
Documentation
Full documentation is available at subbly.dev.