@subbly/api-client
v0.5.10
Published
Subbly API client for JS
Downloads
50
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-client
Usage
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.