1.0.2 • Published 6 months ago

rally-api-nodejs v1.0.2

Weekly downloads
-
License
GPL v3.0
Repository
github
Last release
6 months ago

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)
1.0.2

6 months ago

1.0.1

6 months ago

1.0.0

6 months ago