Manage services via web api

Manage services via web api

BY 28 May 2013 Web Application Development

Is there any way to manage services using web API?
 

var successCallback = function(services) {
        if (services.length == 0) {
            //Create service?
        }
    };

tizen.messaging.getMessageServices('messaging.email', successCallback, errorCallback);

So in case there is no any service, create them?

Written by