Skip to content

Comcast/rally-rest-toolkit

rally-rest-toolkit

Rest Toolkit for Rally in Golang

Purpose

To provide an intuitive API in Golang for accessing Rally data through the REST API.

Usage

go get github.com/comcast/rally-rest-toolkit

Dependencies

go get github.com/tools/godep
go get github.com/onsi/gomega
go get github.com/onsi/ginkgo

References

Rally Web Services Documentation

Elements Supported

  • Hierarchical Requirement
  • Defect
  • Changeset
  • Build Definition
  • Build
  • Task

Examples

Examples are located in the examples folder

export API_KEY="insert your api key"
godep go run runme.go