-
Notifications
You must be signed in to change notification settings - Fork 36
HowToUse Team
hirakiuc edited this page Jul 15, 2017
·
4 revisions
Hot to use Team.
team = bucket.repo('team_name')
# just call `load` method if you need more attributes
team.load
members = team.members
followers = team.followers
followings = team.following
list = team.repos
projects = team.projects
project = team.project(project_key)