AbanteCart Community

AbanteCart Development => API Development => Topic started by: yonghan on July 11, 2015, 08:47:42 AM

Title: Access admin side via rest api
Post by: yonghan on July 11, 2015, 08:47:42 AM
Hi admins, I would like to ask how to access admin side via rest api since there are no documentation for that. The existing is only for storefront. Thanks a lot.
Title: Re: Access admin side via rest api
Post by: abantecart on July 12, 2015, 08:39:02 PM
Oops. I guess we did not create manual for admin api.
In a way it is very similar to storefront.

You can find testing tool in here:
https://github.com/abantecart/testing_tools

Controllers are here:
https://github.com/abantecart/abantecart-src/tree/master/public_html/admin/controller/api

Note: API is only for pulling order and customers details.
Title: Re: Access admin side via rest api
Post by: yonghan on July 12, 2015, 09:23:14 PM
Thanks a lot, I will download it and test. I suppose we can extend the admin api by creating extension, can we?