0

Are there python bindings that are available for the Rally lookback API?

Kyle Morse
  • 8,390
  • 2
  • 15
  • 16
kimon
  • 2,481
  • 2
  • 23
  • 33

1 Answers1

1

There aren't any specific REST Toolkits for Lookback from Rally. Not sure how useful it is, but the following:

https://github.com/markwilliams970/Rally-Python-LookbackConnectionHelper

Is a very basic Python requests connection wrapper/helper for python that I've used from time-to-time.

user4211235
  • 380
  • 1
  • 6