We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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)
There was an error while loading. Please reload this page.