A JavaScript SDK for Subbly.
Use Subbly SDK to interact with Subbly API and build custom applications.
From the package manager of your choice:
npm install @subbly/sdk
# or
yarn add @subbly/sdk
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.
Full documentation is available at subbly.dev.