cosmin/stashy

Some user SSH public key-related methods seem not to work

gdubicki opened this issue · 1 comments

(This is related to #65)

Either I don't know how to use that code or the following methods of ssh.py don't work:

Keys.getitem

print "%s" % self.bitbucket.ssh[user]

returns:

(...)
TypeError: __init__() takes exactly 4 arguments (5 given)

SshFilteredIterableResource.all and SshFilteredIterableResource.list

..with no username provided:

print "%s" % self.bitbucket.ssh.list()

and

for x in self.bitbucket.ssh.all():
        print "!!!%s" % x

..return empty list/no output, while the same with my username provided return my key.

assuming it's a dup of #65