@subbly/api-client
v0.6.20
Published
Subbly API client for JS
Downloads
457
Readme
Storefront API Client
A JavaScript client for the Subbly Storefront API.
Installation
From the package manager of your choice:
npm install @subbly/api-client
# or
yarn add @subbly/api-clientUsage
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.
