Project

buscape

0.0
No commit activity in last 3 years
No release in over 3 years
A lightweight wrapper for BuscaPe API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0.7.7
 Project Readme

BuscaPé¶ ↑

‘Beware: This gem is under development and has not been tested on production environment yet.’

This is the lightweight wrapper for BuscaPé API. (developer.buscape.com)

How to install?¶ ↑

Simple as:

gem install buscape

How to use?¶ ↑

First instantiate a new ‘Buscape::Base’ object with two parameters (application_id, sandbox? (default: false)), for example:

b = Buscape::Base.new("you_application_id")

Then you can use like this:

b.category(77).products

This get all products in the cellphone category.

Easy, huh? :P

Help me improving this gem (and the documentation of course)! Fork this project and feel free to help. :)