Class: RestServiceURL

pcmws.api.RestServiceURL

This class is used to hold the host and base path of a URL for a Rest Service.

new pcmws.api.RestServiceURL(hosturl, path)

Name Type Description
hosturl string

The optional host. If undefined it will use the prototype.hostURL;

path string

The path.

Members

hostURL{string}

This value contains the host url part (minus the path).

path{string}

This value contains the path of the url.