The plugin implements RESTful Web Services and offers RESTful architecture on top of the nopCommerce existing services in a secured way which enables one to develop secured client applications like Mobile App or Front End Website using AngularJs or KnockoutJs.
If you need this plugin in your own language or if you need more features, you can always write to us.
View plug-in version history and user manual
REST, stands for Representational State Transfer, is an architecture that can be used dealing with web services. REST API defines the methods on which developers can perform requests and receive responses. Generally we use it for the various uses when we need JSON based data from one application to another one.
JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JavaScript Object Notation (JSON) object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or MACed and/or encrypted. So you can think JWT as a simple way to send information in the clear (usually in a URL) whose contents can be verified to be trusted.
Download plugin object code and put it at your /Plugins folder then follow nopCommerce standard plugin installation procedure to install plugin. nopAccelerate REST client Web Services API plugin is available under “Misc” group on local plugins page. Once Plugin is installed go to your nopCommerce client panel, and go to Configuration > Plugins > Local Plugins > nopAccelerate REST client Web Services API Plugin. It will ask you to enter your license key, enter license key which you received on your registered email after purchasing this plugin from our website.
You may need to give read/write permission's to IIS user's on server where you deploy/host your website to install this plugin.