th_shopify_api 1.2.6.pre
The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores. The 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.
Gemfile:
=
インストール:
=
バージョン履歴:
- 1.2.6.pre September 10, 2011 (18.5KB)
Runtime依存関係 (2):
activeresource
>= 2.2.2
thor
>= 0.14.4
Development依存関係 (1):
mocha
>= 0.9.8