Skip to content

tcd/falsify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falsify

Shopify API Version Gem 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

Usage

Development

This gem is made using tcd/scrapify and tcd/gql.

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.