Integrate aimeos with angular 2 and ionic framework

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
VickoNovianto
Posts: 7
Joined: 16 Apr 2017, 00:35

Integrate aimeos with angular 2 and ionic framework

Post by VickoNovianto » 19 Jun 2017, 09:33

How do I integrate aimeos with angular 2(frontend for desktop) and ionic framework(frontend for mobile apps)?

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Integrate aimeos with angular 2 and ionic framework

Post by aimeos » 19 Jun 2017, 09:50

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

VickoNovianto
Posts: 7
Joined: 16 Apr 2017, 00:35

Re: Integrate aimeos with angular 2 and ionic framework

Post by VickoNovianto » 21 Jun 2017, 01:41

How to configure the base URL to the Aimeos JSON API?

User avatar
aimeos
Administrator
Posts: 7835
Joined: 01 Jan 1970, 00:00

Re: Integrate aimeos with angular 2 and ionic framework

Post by aimeos » 21 Jun 2017, 13:12

The default route is /jsonapi for Laravel:
https://github.com/aimeos/aimeos-larave ... s.php#L108
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply