nopCommerce REST Service Plugin

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
9 years ago
wooncherk wrote:

It seems like more and more people are joining the projects. I am planning to come out with a simple list of methods to implement, and distribute them among developers. Like this we can make sure no duplicate of code (thus waste of effort) by the contributors!




It would be great if you come out with list of methods and distribute to developers  so we will also have an clear idea what we should do.

I'm waiting for it.
9 years ago
Dharmik wrote:

It seems like more and more people are joining the projects. I am planning to come out with a simple list of methods to implement, and distribute them among developers. Like this we can make sure no duplicate of code (thus waste of effort) by the contributors!




It would be great if you come out with list of methods and distribute to developers  so we will also have an clear idea what we should do.

I'm waiting for it.


Will do. :D
9 years ago
Hi Wooncherk !!
I am also waiting for service list.
9 years ago
krutal wrote:
Hi Wooncherk !!
I am also waiting for service list.


No problem. I will compile it ASAP. :)
9 years ago
UPDATE 2014/09/06

I am starting to add in a list of tasks that need completed. The first one is at https://noprest.codeplex.com/workitem/1. Moving forward please check https://noprest.codeplex.com/workitem/list/basic for all items / tasks that need contribution.

Also, thanks Ramid for joining as our latest contributor! :)
9 years ago
Great.

I believe that a lot of people will join.
The list is badly needed to avoid duplication of effors.
As I have written to you by  mail I already have implemented a first GetProducts, and was starting on the Put side, but as I sse, others are doing the same.

In afew days already a great following. Perfect.
All of us who are looking at a rich user experience (I work with AngularJs for the front end) need simple JSON to work with, and this will be more and more whar people will need.

Thanks again

sergio (Italy)
9 years ago
In case anyone is wondering, we are now discussing on adding an authentication method. The discussion is here: https://noprest.codeplex.com/workitem/1, you are welcomed to provide your inputs! Another related work item is here: https://noprest.codeplex.com/workitem/3

:)
9 years ago
This is great! I looked on CodePlex and did not see any methods yet for Sales.

The single most important method for me is GetCustomerSales(Id) so I can use it in my MVC crm I am doing.

Of course the crud methods are very useful as well and I will check them out and if I see ones that are not there, will follow fork/pull instructions to add them. Since I will be creating leads in my CRM and them sending them to nop as they mature to registered users, I will need customer object a lot, but I think the Sales object is going to be very useful for many.
9 years ago
danrgleason wrote:
This is great! I looked on CodePlex and did not see any methods yet for Sales.

The single most important method for me is GetCustomerSales(Id) so I can use it in my MVC crm I am doing.

Of course the crud methods are very useful as well and I will check them out and if I see ones that are not there, will follow fork/pull instructions to add them. Since I will be creating leads in my CRM and them sending them to nop as they mature to registered users, I will need customer object a lot, but I think the Sales object is going to be very useful for many.


Hi,

Thanks for your interest in this project (and your willingness to contribute)! :)

The method you are suggesting have not been implemented yet, feel free to implement it and do a PULL request when you are done! :)
9 years ago
I've been using this http://www.dotnetdreamer.net/aspnet-web-api-services-in-nopcommerce (or https://www.nopcommerce.com/p/1563/aspnet-web-api-plugin-for-nopcommerce-with-source-code.aspx). Works great, just need to extend more.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.