rally-api-nodejs

1.0.2 • Public • Published

Rally-API

Example

const Rally = require('rally-api-nodejs')

const APIKEY = "<somekey>"

Rally.setApiKey(APIKEY)

const options={
    workspace: "/workspace/<refid>",
    project: "/project/<refid>",
    query: "(FormattedID = TC23432)",
    fetch: "true",
    pagesize: "10"
}

let data = Rally.query('TestCase', options)

data.then(d => {
    console.log(d.QueryResult)

Readme

Keywords

none

Package Sidebar

Install

npm i rally-api-nodejs

Weekly Downloads

2

Version

1.0.2

License

GPL v3.0

Unpacked Size

36.9 kB

Total Files

4

Last publish

Collaborators

  • blh0021