8000 Merge pull request #655 from markdessain/adding-team-slug · pythonthings/github3.py@710db77 · GitHub
[go: up one dir, main page]

Skip to content

Commit 710db77

Browse files
authored
Merge pull request sigmavirus24#655 from markdessain/adding-team-slug
adding team slug
2 parents 29fa223 + faa1af7 commit 710db77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

github3/orgs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ def _update_attributes(self, team):
4444
self._api = team.get('url', '')
4545
#: This team's name.
4646
self.name = team.get('name')
47+
#: This team's slug.
48+
self.slug = team.get('slug')
4749
#: Unique ID of the team.
4850
self.id = team.get('id')
4951
#: Permission level of the group.

0 commit comments

Comments
 (0)
0