Page 1 of 1

Integrate aimeos with angular 2 and ionic framework

Posted: 19 Jun 2017, 09:33
by VickoNovianto
How do I integrate aimeos with angular 2(frontend for desktop) and ionic framework(frontend for mobile apps)?

Re: Integrate aimeos with angular 2 and ionic framework

Posted: 19 Jun 2017, 09:50
by aimeos
Use the new Aimeos JSON REST API for mobile and JS single page applications:
https://aimeos.org/docs/Developers/Client/JSONAPI

Documentation about handling the basket, checkout process and order will be added before the upcoming release beginning of July.

Re: Integrate aimeos with angular 2 and ionic framework

Posted: 21 Jun 2017, 01:41
by VickoNovianto
How to configure the base URL to the Aimeos JSON API?

Re: Integrate aimeos with angular 2 and ionic framework

Posted: 21 Jun 2017, 13:12
by aimeos
The default route is /jsonapi for Laravel:
https://github.com/aimeos/aimeos-larave ... s.php#L108