Rest Toolkit for Rally in Golang
To provide an intuitive API in Golang for accessing Rally data through the REST API.
go get github.com/comcast/rally-rest-toolkit
go get github.com/tools/godep
go get github.com/onsi/gomega
go get github.com/onsi/ginkgo
Rally Web Services Documentation
- Hierarchical Requirement
- Defect
- Changeset
- Build Definition
- Build
- Task
Examples are located in the examples folder
export API_KEY="insert your api key"
godep go run runme.go