Modified NopCommerce Rest Api ...should I put it as a new plugin or make a pull request to its github repo ??

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Well I was working on the Nopcommerce Rest APi plugin  while working I found the swagger docs had several features missing...

I have modified the plugin and now I able to : -

1. Make post and put requests which were earlier not available...also corrected the objectPropertyNameValuePairs error

2. Documented the webhooks and made it working on swagger

3. Made some naming conflict corrections.



Well My questions is...

If I post it here as a new open source free plugin ... will it be accepted ??
6 years ago
RohitasBehera wrote:
Well I was working on the Nopcommerce Rest APi plugin  while working I found the swagger docs had several features missing...

I have modified the plugin and now I able to : -

1. Make post and put requests which were earlier not available...also corrected the objectPropertyNameValuePairs error

2. Documented the webhooks and made it working on swagger

3. Made some naming conflict corrections.



Well My questions is...

If I post it here as a new open source free plugin ... will it be accepted ??


Hi RohitasBehera,

The API plugin is already free and open source plugin so there is no need to add a new one, which will be the same :)

You should make a pull request with your changes and we will review them and merge in the official version of the plugin.

Thanks,
Boyko
6 years ago
thank you very much.... I will make a pull request to github repo .. :)
5 years ago
Have you merged your code with plugin??i also want to remove objectPropertyNameValuePairs  error.I have already made swagger UI enable.for place order i want remove this objectPropertyNameValuePairs
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.