ShopifyClient is intended to be a thread-safe client of the Shopify API. shopify_api gem is great, but due to ActiveResource dependency, it's not thread safe unfortunately. It's heavy influenced by the twitter gem.
Add this line to your application's Gemfile:
gem 'shopify_client'
And then execute:
$ bundle
Or install it yourself as:
$ gem install shopify_client
TODO: Write usage instructions here
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request