Class: UACP

Help4.widget.companionCore.UACP()

helper functionality for UACP backends

Constructor

new UACP()

Source:

Methods

(static) doGetRequest(url) → {Promise.<*>}

Parameters:
Name Type Description
url string
Source:
Returns:
Type
Promise.<*>

(static) getLanguages(config, allowDuplicatesopt) → {Array.<string>}

Parameters:
Name Type Attributes Default Description
config Help4.typedef.SystemConfiguration the system configuration
allowDuplicates boolean <optional>
false whether to allow duplicate language codes
Source:
Returns:
Type
Array.<string>

(static) getXCSRF(serverBaseUrl) → {string}

Parameters:
Name Type Description
serverBaseUrl string the server base URL
Source:
Returns:
Type
string

Type Definitions

CatalogueResponse

Type:
  • Object
Properties:
Name Type Description
status string response status information
data Array.<Help4.widget.help.catalogues.UACP.CatalogueProject> server response
Source:

ProjectResponse

Type:
  • Object
Properties:
Name Type Description
status string response status information
data Help4.widget.help.project.UACP.Project server response
Source: