Class: ContentServiceURL

pcmws.api.ContentServiceURL

This class is used to construct a host + path URL for ALK Content Services, which are different than PC Miler web services. Since it extends pcmws.api.StaticServiceURL it exists merely to set a different hostURL for ALK Content Services vs. PCM Services.

new pcmws.api.ContentServiceURL(hosturl, path)

Name Type Description
hosturl string

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

path string

The path.

Extends

Members

hostURL{string}

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

path{string}

This value contains the path of the url.