Rest API for magento
An api for magento that can be used with Javascrpt base applications or by frontend developers who need to connect to the store ,
you will need to create a config file for your api . Name the file config.php inside the file place your soap api key and secrect example define("APIUSER", "yourkey"); define("APIKEY", " yourpass");
Use your Js to post to api. API will respond in JSON can work with mobile devices or SPA