rootstrap/best_buy_ruby

View on GitHub
CHANGELOG.md

Summary

Maintainability
Test Coverage
# 0.1.1
- Added support for non Rails projects
- Allowed APIs to use configured API key

# 0.1.0
- Added Products API
    - `get_all` method
    - `get_by` method
- Added Categories API
    - `get_all` method
- Added Stores API
    - `get_all` method
    - `find` method
- Added generator for Rails projects