Falsify

Shopify API Version Build Status Coverage Status Inline docs Documentation

Models for Shopify resources (WIP).

Can be used with the shopify_api gem, which doesn't itself provide any documentation on the resources it wraps.

Also has methods that use faker to generate fake Shopify data. Could be useful to for populating product, customer, order, etc. data for a development store to test against.

Enum values are represented using enumerize, so they will work without Rails, but are also compatible with ActiveRecord enums.

Installation

Add this line to your application's Gemfile:

gem 'falsify'

And then execute:

bundle

Or install it yourself as:

gem install falsify

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tcd/falsify.

License

The gem is available as open source under the terms of the MIT License.