.github/ISSUE_TEMPLATE/bug_report.md | |
|
|
.github/ISSUE_TEMPLATE/feature_request.md | |
|
|
.github/pull_request_template.md | |
|
|
.gitignore | |
|
|
.reek.yml | |
|
|
.rspec | |
|
|
.rubocop.yml | |
|
|
.travis.yml | |
|
|
CHANGELOG.md | |
|
|
CODEOWNERS | |
|
|
CODE_OF_CONDUCT.md | |
|
|
CONTRIBUTING.md | |
|
|
Gemfile | |
|
|
LICENSE.txt | |
|
|
README.md | |
|
|
Rakefile | |
|
|
best_buy_ruby.gemspec | |
|
|
bin/console | |
|
|
bin/setup | |
|
|
docs/categories_api.md | |
|
|
docs/general_overview.md | |
|
|
docs/products_api.md | |
|
|
docs/stores_api.md | |
|
|
lib/best_buy.rb | 30 | A 0 mins |
|
lib/best_buy/base.rb | 6 | A 0 mins |
|
lib/best_buy/base/version.rb | 5 | A 0 mins |
|
lib/best_buy/base_api.rb | 32 | A 0 mins |
|
lib/best_buy/categories.rb | 16 | A 0 mins |
|
lib/best_buy/config.rb | 16 | A 0 mins |
|
lib/best_buy/exceptions/api_key_not_found.rb | 10 | A 0 mins |
|
lib/best_buy/helpers/api_helper.rb | 10 | A 0 mins |
|
lib/best_buy/helpers/conditions/category_condition.rb | 15 | A 0 mins |
|
lib/best_buy/helpers/conditions/max_price_condition.rb | 15 | A 0 mins |
|
lib/best_buy/helpers/conditions/min_price_condition.rb | 15 | A 0 mins |
|
lib/best_buy/helpers/conditions/new_condition.rb | 15 | A 0 mins |
|
lib/best_buy/helpers/conditions/pre_owned_condition.rb | 15 | A 0 mins |
|
lib/best_buy/helpers/conditions/refurbished_condition.rb | 15 | A 0 mins |
|
lib/best_buy/models/address.rb | 18 | A 0 mins |
|
lib/best_buy/models/base_category.rb | 9 | A 0 mins |
|
lib/best_buy/models/category.rb | 15 | A 0 mins |
|
lib/best_buy/models/collection_header.rb | 17 | A 0 mins |
|
lib/best_buy/models/collections_response.rb | 14 | A 0 mins |
|
lib/best_buy/models/image.rb | 13 | A 0 mins |
|
lib/best_buy/models/offer.rb | 15 | A 0 mins |
|
lib/best_buy/models/product.rb | 31 | A 0 mins |
|
lib/best_buy/models/shipping_level_of_service.rb | 10 | A 0 mins |
|
lib/best_buy/models/store.rb | 20 | A 0 mins |
|
lib/best_buy/products.rb | 40 | A 0 mins |
|
lib/best_buy/search_query_builder.rb | 15 | A 0 mins |
|
lib/best_buy/stores.rb | 21 | A 0 mins |
|