Method: BitBucket::Users::Account#keys

Defined in:
lib/bitbucket_rest_api/users/account.rb

#keys(accountname) ⇒ Object

GET the keys



38
39
40
# File 'lib/bitbucket_rest_api/users/account.rb', line 38

def keys(accountname)
  response = get_request("/1.0/users/#{accountname}/ssh-keys")
end