We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7123ed4 commit 1c05a9bCopy full SHA for 1c05a9b
lib/bitbucket_rest_api/users/account.rb
@@ -19,6 +19,11 @@ def plan(accountname)
19
response = get_request("/users/#{accountname}/plan")
20
end
21
22
+ # GET the emails
23
+ def emails(accountname)
24
+ response = get_request("/users/#{accountname}/emails")
25
+ end
26
+
27
# GET the followers
28
def followers(accountname)
29
response = get_request("/users/#{accountname}/followers")
0 commit comments