@subbly/api-client
TypeScript icon, indicating that this package has built-in type declarations

0.5.10 • Public • Published

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.

License

MIT

Package Sidebar

Install

npm i @subbly/api-client

Weekly Downloads

6

Version

0.5.10

License

MIT

Unpacked Size

212 kB

Total Files

9

Last publish

Collaborators

  • olegsubbly
  • abiscuit