Class: Server

The Server class manages the connection and information about an ARDI server.

Member Functions

NameDescriptionParameters
initConstructorServer, Site(default), Port(80)
ConnectConnects to the ARDI serverNone
GetConfigurationGets property and relationship information from the ARDI server
EndpointUsed to get the full URL to the ARDI server, to make custom requests

Member Variables

NameDescriptionDefault
serverThe host name of the ARDI serverNone
webportThe port the ARDI server is hosted on80
siteThe name of the sub-site to usedefault
contextsA list of Context objects describing the available contexts. These will not be available until Connect is called.[]