Skip to content

leoliew/magento-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages