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

0.5.10 • Public • Published

Subbly JS SDK

A JavaScript SDK for Subbly.

Use Subbly SDK to interact with Subbly API and build custom applications.

Installation

From the package manager of your choice:

npm install @subbly/sdk
# or
yarn add @subbly/sdk

Usage

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.

Documentation

Full documentation is available at subbly.dev.

License

MIT

Package Sidebar

Install

npm i @subbly/sdk

Weekly Downloads

8

Version

0.5.10

License

MIT

Unpacked Size

207 kB

Total Files

9

Last publish

Collaborators

  • olegsubbly
  • abiscuit