To use the Teamwork connector, add the <teamwork.init
> element in your configuration before carrying out any other Teamwork operations.
The Teamwork API uses basic authentication with the API key. For more information on authentication, see https://developer.teamwork.com/introduction#authentication.
Code Block |
---|
|
<teamwork.init>
<apiUrl>{$ctx:apiUrl}</apiUrl>
<apiKey>{$ctx:apiKey}</apiKey>
<teamwork.init> |
...
Code Block |
---|
language | xml |
---|
title | messageBuilders |
---|
|
<messageBuilder contentType="multipart/form-data" class="org.wso2.carbon.relay.BinaryRelayBuilder"/> |
Now that you have connected to Teamwork, use the information in the following topics to perform various operations with the connector.
Child pages (Children Display) |
---|