z4r / python-rtkit

Python Api for Request Tracker's REST interface
http://z4r.github.com/python-rtkit/
Other
68 stars 44 forks source link

Tracker Fails #19

Closed daffodil closed 11 years ago

daffodil commented 11 years ago

Im trying to connect using the Tracker Interfaces..

tracker = Tracker('http://rt.xy.com/REST/1.0/', 'webmaster', 'secret', CookieAuthenticator)

and get error rtkit/tracker.py", line 9, in init self.user = self.get_user(auth.username) AttributeError: type object 'CookieAuthenticator' has no attribute 'username'

Which is here https://github.com/z4r/python-rtkit/blob/master/rtkit/tracker.py#L9

am confused how this is happening..

z4r commented 11 years ago

tracker and entities are under construction, as you can read in the official usage doc