1.0.5 • Published 3 years ago

custom-agile-toolkit v1.0.5

Weekly downloads
-
License
mit
Repository
github
Last release
3 years ago

custom-agile-toolkit

A custom toolkit for interacting with Rally ALM tools in a modern JavaScript and TypeScript Fashion

License

Distributed under the GNU Lesser General Public License v3.0

Installation

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-toolkit

Getting Started

Begin using the toolkit by creating an instance of Client:

const client = new Client(apiKey, { options });

Available options (Toolkit.Api.ClientOptions):

NameTypedefaultformat
serverstring'https://rally1.rallydev.com'Standard URL
projectstringundefined'/project/12345'
workspacestringundefined'/workspace/12345'
1.0.5

3 years ago

1.0.3

5 years ago

0.4.14

5 years ago

0.4.13

5 years ago

0.4.10

5 years ago

0.4.9

5 years ago

0.4.8

5 years ago

0.4.7

5 years ago

0.4.6

5 years ago

0.4.4

5 years ago

0.4.2

5 years ago

0.3.19

5 years ago

0.3.11

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago