module RallyAPI

custom headers help Rally identify the integration you have written

You can make custom headers by:
ch = RallyAPI::CustomHttpHeader.new({:name => "CustomRoobyTool", :vendor => "acme inc", :version => "1.0"})
or by calling with no hash in the arguments and setting ch.name, ch.vendor, and ch.version

Copyright © 2002-2015 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp.

Copyright © 2002-2015 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp.

Copyright © 2002-2015 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp.

Copyright © 2002-2015 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp.

Copyright © 2002-2015 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp.

Copyright © 2002-2015 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp.


Getting Started

RallyAPI::RallyRestJson is the starting point for working in Ruby with Rally’s REST WSAPI config = {:base_url => “rally1.rallydev.com/slm”} config = “user@company.com” config = “password” config = “Workspace Name” config = “Project Name” config = headers from RallyAPI::CustomHttpHeader.new() @rally = RallyAPI::RallyRestJson.new(config)

Copyright © 2002-2015 Rally Software Development Corp. All Rights Reserved. Your use of this Software is governed by the terms and conditions of the applicable Subscription Agreement between your company and Rally Software Development Corp.

Constants

RALLY_REF_FIELDS
VERSION