mercadolibre / php-sdk

MercadoLibre's PHP SDK
185 stars 266 forks source link

Proposal for resources #61

Open onhernandes opened 6 years ago

onhernandes commented 6 years ago

Hi there. I want to present this new SDK, I don't know if its worth keeping developing, so here I am.

The idea is to give support for resources such as Category, User, Item, etc with custom methods, removing from developers the development of basic things involving the ML's API like validating/dealing with requests, category validation, items validation(pictures, listing types, buying modes, shipping modes, etc), getting data(category, user info, item info, etc) and more.

For now I made just two classes, it supports Users and Categories. Also, there'is some tests I made but they're still in development.

Quick comments: