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 b47c6c8 commit 3766bbcCopy full SHA for 3766bbc
atlassian/bitbucket/cloud/common/users.py
@@ -25,6 +25,11 @@ def uuid(self):
25
"""User id used by Bitbucket Cloud"""
26
return self.get_data("uuid")
27
28
+ @property
29
+ def avatar(self):
30
+ """ URL to user avatar on Bitbucket Cloud """
31
+ return self.get_data("links")["avatar"]["href"]
32
+
33
34
class Participant(BitbucketCloudBase):
35
ROLE_REVIEWER = "REVIEWER"
0 commit comments