steve9001 / shopify_api

Unofficial API client for Shopify.com using ActiveResource

This URL has Read+Write access

name age message
file .gitignore Loading commit data...
file README
file Rakefile
directory lib/
directory spec/
README
Library for accessing the Shopify API via ActiveResource
adapted from shopify_app rails plugin at http://github.com/Shopify/shopify_app/tree/master

Installation
============
Use 'rake package' to build the gem, and 'gem install pkg/shopify_api-0.0.1.gem' to install.

Usage
=====

require 'shopify_api'

#api_key, secret are from the API app registered with Shopify
#url, token are from the authentication for a specific shop

ShopifyAPI.setup(api_key, secret, url, token)

#access the shop
ShopifyAPI::Product.find(:all, :params => {:limit => 3})