I'm interested in creating a mobile app for android and ios that is connected to my magento store.
I am currently using appgyver composer to do this, but i'm unable to properly configure the magento API with appgyver to receive and send data to and from my magento store. Could someone tell me the process of integrating magento REST API with appgyver composer?
After using Postman app to look at the code Magento API generated and compared it with Appgyver API example, i realized the formatting was different. Luckily i came across a an REST API extension on Github for Magento, which extends Magento's REST API capabilities and also provided the format i needed. You cant find it here.
I was then able to easily use the Appgyver Composer REST API configuration page to link Magento to the app i am trying to create.