JSMin – Used to minify the javascript that is generated by service.
/service /docs /includes /libraries /public /servicesNote: The services/**.php folder is where you will put your services scripts (api) it will auto included every time the plugin is initialised. Although it is not advisable, make it as minimum.
Requires jQuery and it uses jQuery ajax promise.
> API.fetch('servertime', ['Y-m-d']).success(function (response) {
console.log(response);
}).fail(function(err) {
console.log(err);
});
More example can be found on plugin documentation or you can view them online here
Documentation source file can be found here:
https://drive.google.com/open?id=0B4qZ_zBves8gVjZiTHhZQ1h5NWs