This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu May 28 13:17:34 -0700 2009 | |
| |
README | Mon Jun 01 06:54:31 -0700 2009 | |
| |
Rakefile | Mon Jun 01 06:54:31 -0700 2009 | |
| |
lib/ | Mon Jun 01 06:54:31 -0700 2009 | |
| |
spec/ | Mon Jun 01 06:54:31 -0700 2009 |
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})







