Skip to content

Commit c3cd854

Browse files
committed
Removing ssh-key management from user file
1 parent 8e7aa82 commit c3cd854

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

lib/bitbucket_rest_api/user.rb

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,5 @@ def dashboard
9797
get_request("/user/repositories/dashboard")
9898
end
9999

100-
# GET the keys of the current user
101-
def keys
102-
get_request("/users/#{self.login}/ssh-keys")
103-
end
104-
105100
end # User
106101
end # BitBucket

0 commit comments

Comments
 (0)