Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

node-bigcommerce-client

sameeriqbal12MIT1.0.2

A node module for authentication and use with the BigCommerce API

bigcommerce, oauth2.0, oauth, conversio, api, ecommerce, node, npm

readme

Bigcommerce Client for Node.js

A node module for authentication and use with the BigCommerce API with Exception Handling in case of GZIP compression too.

changelog

4.0.0

  • [breaking] Updated to async/await
  • [breaking] Removed body from error text, added as property in error (#62)
  • [breaking] Added gzip support (#60)

3.0.0

  • Removed all callbacks, only Promise is supported now.
  • Removed authorise method in favor of authorize.
  • Removed callback method, verify will now throw an Error.
  • Removed the logger, use DEBUG=node-bigcommerce:* as an environment variable to get debug messages.
  • Dropped support of node-v4 for missing class implementation.
  • Removed catalogue hack, please use apiVersion configuration property.