Magento REST API
This is a small module that adds the ability to remotely work with the Magento via the REST API
Install with modgit:
$ cd /path/to/magento
$ modgit init
$ modgit clone magento-api https://github.com/leoliew/magento-api.git
clone from other branch:
$ modgit clone -b dev magento-api https://github.com/leoliew/magento-api.git
or download package manually:
- Download latest version here
Unzip
in Magentoroot
folder- Clear cache
##Examples of use
-
user login
GET /mobileapi/customer/login?username=username&password=password Return Login user information
This software is distributed under the GNU GPL V3 License.