Class: StaticServiceURL

pcmws.api.StaticServiceURL

This class is used to construct a host + path URL.

new pcmws.api.StaticServiceURL(hosturl, path)

Name Type Description
hosturl string

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

path string

The path.

Subclasses

Members

hostURL{string}

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

path{string}

This value contains the path of the url.