A JavaScript client for the Subbly Storefront API.
From the package manager of your choice:
npm install @subbly/api-client
# or
yarn add @subbly/api-client
import { SubblyApiClient } from '@subbly/api-client';
const api = SubblyApiClient.init({
apiKey: 'API_KEY',
});
Note: You can find your API key on the Storefront API keys page in Subbly Admin.