0.3.4 • Published 8 years ago

shopify-buy-typings v0.3.4

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

shopify-buy-typings

Type definitions for Shopify Buy Javascript SDK. Tested with version 0.2.1. Link to Shopify Buy SDK API: http://shopify.github.io/js-buy-sdk/api/

How to use

npm install shopify-buy --save
typings install github:openminder/shopify-buy-typings --global --save

Import with initializer and public classes:

import { buildClient, Shopify} from 'ShopifyBuy';

Public classes are:

  • CartModel
  • Config
  • Option
  • ProductModel
  • ProductVariantModel
  • ShopClient
  • ShopifyBuy