Webapi for Mobile Development

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
Hi,

We are in the process of creating webapi that gets used by the mobile application using Flutter.

The basic idea is to expose all the methods used by Nopcommerce as webapi so that it can be consumed by mobile application.

We are using nopcommerce 4.3 and Emporium plugin. We also use jcarousel plugin which is used in homepage. We are unsuccessful writing webapi for homepage. We are not able to figure out from where the data is pulled.  We need your help seriouly.
3 years ago
Hello,

You just shared your requirement. You have to provide steps here that you tried so far. So at least our community can provide further instructions.

Provide more steps so we can guide you as we already have mobile app and api ready. Customer Mobile App - Flutter & API

Thanks,
Jatin
3 years ago
There are APIs in the marketplace
3 years ago
Hi,

1. This plugin you referred don't have support for 4.3.
2. Here is what we tried.
a. We created a folder called ApiController under  nop.web project.
b. We created a controller for example HomePageApiController and add the methods to call the methods found in HomePageBestSellers, HomePageCategories, HomePageNews, HomepagePolls, HomePageProducts under components folder.  But we are not getting desire result. we also  use jceriusel plugin.

are we doing right?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.