shopify_api 3.0.3
The Shopify API gem allows Ruby developers to programmatically access the admin section of Shopify stores. The API is implemented as JSON or 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:
=
installation:
=
Dépendances de Runtime (2):
activeresource
>= 3.0.0
thor
>= 0.14.4