versacommerce_api 1.0.8
The VersaCommerce API gem allows Ruby developers to programmatically access the admin section of VersaCommerce shops. 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:
=
install:
=
Runtime Dependencies (2):
activeresource
>= 3.2.14
thor
>= 0.14.4