Project

falsify

0.0
No release in over 3 years
Low commit activity in last 3 years
Shopify resources (WIP)
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 0.8.23
~> 5.8
~> 0.12.2
~> 10.0

Runtime

~> 2.2.2
 Project Readme

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.