winnerawan / magento-api

Magento REST API for android and iOS app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

magento-api

Magento REST API

This is a small module that adds the ability to remotely work with the Magento via the REST API

Installation

Magento CE 1.9.x

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 Magento root folder
  • Clear cache

##Examples of use

  • user login

    GET /mobileapi/customer/login?username=username&password=password
        Return Login user information
    

API

  • English documentation here
  • Chinese documentation here

License

This software is distributed under the GNU GPL V3 License.

About

Magento REST API for android and iOS app

License:MIT License


Languages

Language:PHP 66.5%Language:HTML 33.5%