Search found 114 matches

by traiyani75
15 Nov 2019, 03:43
Forum: Help
Topic: Rest Apis for mobile apps
Replies: 13
Views: 6878

Re: Rest Apis for mobile apps

Hello, For catalogs hashmap works. But for other things like products. It is being even more complicated in response. Can't we return in a simple way and easy to connect things instead of doing for loops. For example, I have added one product in the category. In that product, I added one related pro...
by traiyani75
13 Nov 2019, 10:54
Forum: Help
Topic: Rest Apis for mobile apps
Replies: 13
Views: 6878

Re: Rest Apis for mobile apps

Hello, Thanks for your reply. I have checked your loops, but on the android side, I can not create that kind of array. So, in that case I need to perform for loops to match the property with related relationships. I supposed that will take some time after receiving data from API response. Can you su...
by traiyani75
12 Nov 2019, 07:21
Forum: Help
Topic: Rest Apis for mobile apps
Replies: 13
Views: 6878

Re: Rest Apis for mobile apps

We have base urls for all. But we want to create special apis which will be helpful to ecommerce mobile application side. Currently what is happening that response structure is not specialize for mobile apps. Like if we call for catalog APIs with media and text include, then it returns data well. Bu...
by traiyani75
08 Nov 2019, 12:04
Forum: Help
Topic: Rest Apis for mobile apps
Replies: 13
Views: 6878

Rest Apis for mobile apps

Hello, We are using your laravel package for eCommerce app. Now, we need to integrate eCommerce into our mobile applications. For that, we need JSON apis to return data. We checked this document too https://aimeos.org/docs/Developers/Client/JSONAPI But From this, we are not getting information which...