ombulabs / mercadopago

Gem to communicate with the MercadoPago API
33 stars 22 forks source link

Collection#search #4

Closed leanucci closed 11 years ago

leanucci commented 12 years ago

This commit implements basic access to the search method of the MercadoPago API. Pagination and dating need special validation/documentation that will be added in future commits.

rafaelivan commented 12 years ago

leanucci, thanks for the pull request!

I have commented on a few lines of your commits. I think it would be good to implement a search method on the client, which access the other modules of the gem. The idea of the client is to encourage the programmer to use only the client instead of accessing the individual modules directly and having to keep the access_token.

Thanks again, and I will wait for your comments!

rafaelivan commented 11 years ago

The changes suggested by this pull request were incorporated in version 2.0.0.