HARP Repository (Deprecated)

The HARP Repository provides a connection to a Titania Delivery Project.

Note: This repository has been deprecated and may be removed in a future release. Use Titania Delivery Repository instead.

Attributes

Attribute Name

Description

name

Descriptive name of the repository.

type

“harp”

Parameters

Parameter Name

Description

url

url of the HARP admin service. For example, https://qa.harpcontent.com/admin/

username

Username of the end user that will perform the actions within the repository.

password

Password of enduser that is associated with the username

projectKey

Key for a specific project. This can be obtained by looking at the HARP URL while within the project. For example, 5458dca0efa24ad663b70918

Example

Below is an example of how to configure a HARP Repository

<Repository name="HarpQA" type="harp">
	<Param name='url' value='https://qa.harpcontent.com/admin/' />
	<Param name='username' value='orgadmin' />
	<Param name='password' value='password' />
	<Param name='projectKey' value='5458dca0efa24ad663b70918' />
</Repository>