Refile::Shopify

A ShopifyAPI backend for Refile.

This is a work in progress, pull requests etc welcome.

Installation

Add this line to your application's Gemfile:

gem 'refile-shopify'

Set up Refile to use the Shopify backend:

Refile.configure do |config|
  config.cache = Refile::Shopify::Backend.new
  config.store = Refile::Shopify::Backend.new
end

License

MIT