A custom toolkit for interacting with Rally ALM tools in a modern JavaScript and TypeScript Fashion
Distributed under the GNU Lesser General Public License v3.0
The toolkit is distributed as an npm module named custom-agile-toolkit. Simply add to an existing package.json or install from the command line.
npm install custom-agile-toolkitBegin using the toolkit by creating an instance of Client:
const client = new Client(apiKey, { options });Available options (Toolkit.Api.ClientOptions):
| Name | Type | default | format |
|---|---|---|---|
| server | string | 'https://rally1.rallydev.com' | Standard URL |
| project | string | undefined | '/project/12345' |
| workspace | string | undefined | '/workspace/12345' |