بدون توضیح

Dennis Theisen 9d692f0634 Added a simple test and the first entry in the changelog. 15 سال پیش
lib 5013a3d23c Added ActiveResource as a gem dependency and require it when loading shopify_api.rb 15 سال پیش
test 9d692f0634 Added a simple test and the first entry in the changelog. 15 سال پیش
.document 7abfc64cd1 Initial commit to shopify_api. 15 سال پیش
.gitignore 7abfc64cd1 Initial commit to shopify_api. 15 سال پیش
CHANGELOG 9d692f0634 Added a simple test and the first entry in the changelog. 15 سال پیش
LICENSE 3c8b7a2cb2 Updated README and added most recent shopify_api.rb from Shopify. 15 سال پیش
README.rdoc 3c8b7a2cb2 Updated README and added most recent shopify_api.rb from Shopify. 15 سال پیش
Rakefile 5013a3d23c Added ActiveResource as a gem dependency and require it when loading shopify_api.rb 15 سال پیش
VERSION f178a03b23 added changelog (currently empty) and set initial version to 1.0.0 15 سال پیش

README.rdoc

= Shopify API

The Shopify API is implemented as XML over HTTP using all four verbs (GET/POST/PUT/DELETE). Each resource, like Order, Product, or Collection, has its own URL and is manipulated in isolation. In other words, we’ve tried to make the API follow the REST principles as much as possible.

All API usage happens through Shopify applications, created by either shop owners for their own shops, or by Shopify Partners for use by shop owners.

Shop owners can create applications for themselves through their own admin (under the Preferences > Applications tab).

Shopify Partners create applications through their admin.

For more information and detailed documentation visit http://api.shopify.com


== Copyright

Copyright (c) 2009 "JadedPixel inc.". See LICENSE for details.