{"id":19710563,"url":"https://github.com/rootstrap/best_buy_ruby","last_synced_at":"2025-09-10T05:11:06.048Z","repository":{"id":62554154,"uuid":"229098955","full_name":"rootstrap/best_buy_ruby","owner":"rootstrap","description":"Ruby library for the BestBuy API. https://www.bestbuy.com","archived":false,"fork":false,"pushed_at":"2020-09-10T17:24:57.000Z","size":98,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-19T10:29:52.996Z","etag":null,"topics":["api","bestbuy","gem","ruby"],"latest_commit_sha":null,"homepage":"https://rootstrap.com","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rootstrap.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2019-12-19T16:48:03.000Z","updated_at":"2023-11-07T11:56:45.000Z","dependencies_parsed_at":"2022-11-03T04:45:49.910Z","dependency_job_id":null,"html_url":"https://github.com/rootstrap/best_buy_ruby","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2Fbest_buy_ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2Fbest_buy_ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2Fbest_buy_ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rootstrap%2Fbest_buy_ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rootstrap","download_url":"https://codeload.github.com/rootstrap/best_buy_ruby/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251549212,"owners_count":21607368,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["api","bestbuy","gem","ruby"],"created_at":"2024-11-11T22:07:44.101Z","updated_at":"2025-04-29T17:31:20.222Z","avatar_url":"https://github.com/rootstrap.png","language":"Ruby","readme":"# Best Buy Ruby\n\n[![Build Status](https://travis-ci.com/rootstrap/best_buy_ruby.svg?token=7i1Qbv4PM7uB4Ljqux8D\u0026branch=master)](https://travis-ci.com/rootstrap/best_buy_ruby)\n[![Maintainability](https://api.codeclimate.com/v1/badges/d8dacb0f44a9379fee2d/maintainability)](https://codeclimate.com/github/rootstrap/best_buy_ruby/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/d8dacb0f44a9379fee2d/test_coverage)](https://codeclimate.com/github/rootstrap/best_buy_ruby/test_coverage)\n\nThis is a Ruby gem for accessing all the different [Best Buy APIs](https://bestbuyapis.github.io/api-documentation).\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'best_buy_ruby'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install best_buy_ruby\n\nOn a Ruby on Rails project, you can also use a generator to create the gem's initializer:\n\n    $ rails generate best_buy:config\n    \nThis will create this file: `config/initializers/best_buy.rb`\n\n## Usage\n\nThe gem can be used to access Best Buy [APIs](docs/general_overview.md):\n\n- [Products](docs/products_api.md)\n- [Stores](docs/stores_api.md)\n- [Categories](docs/categories_api.md)\n\nExample:\n\n```\nproducts_api = BestBuy::Products.new(your_api_key)\n\nproducts_api.get_by(min_price: 6.5, max_price: 11, item_condition: \"New\")\n```\n\n## Future Features\n\n- [Commerce API](https://bestbuyapis.github.io/api-documentation/#commerce-api)\n- [Buying Options API](https://bestbuyapis.github.io/api-documentation/#buying-options-open-box-api)\n- [Recommendations API](https://bestbuyapis.github.io/api-documentation/#recommendations-api)\n- [Sorting options](https://bestbuyapis.github.io/api-documentation/#sort)\n- [Facets](https://bestbuyapis.github.io/api-documentation/#facets)\n- Stores API\n\n    - [Area function](https://bestbuyapis.github.io/api-documentation/#area-function)\n\n(A detailed backlog can be found in our Github Projects [board](https://github.com/rootstrap/best_buy_ruby/projects/1))\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/rootstrap/best_buy_ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/rootstrap/best_buy_ruby/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the Best Buy Ruby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/rootstrap/best_buy_ruby/blob/master/CODE_OF_CONDUCT.md).\n\n## Credits\n\nRails Api Base is maintained by [Rootstrap](http://www.rootstrap.com) with the help of our\n[contributors](https://github.com/rootstrap/best_buy_ruby/contributors).\n\n[\u003cimg src=\"https://s3-us-west-1.amazonaws.com/rootstrap.com/img/rs.png\" width=\"100\"/\u003e](http://www.rootstrap.com)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootstrap%2Fbest_buy_ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frootstrap%2Fbest_buy_ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frootstrap%2Fbest_buy_ruby/lists"}