Note
See the official GitHub API v2 documentation for organizations and teams.
Team container.
New in version 0.4.0.
Permissions of the team
The team id
Name of the team
GitHub API teams functionality.
New in version 0.4.0.
Add a new member to a team.
param int team_id: team to add new member to param str username: GitHub username to add to team
Warning
Requires authentication
Add a project to a team.
param int team_id: team to add repository to param str project: GitHub project
Warning
Requires authentication
Get list of all team members.
Parameters: | team_id (int) – team to get information for |
---|
Remove a project to a team.
param int team_id: team to remove project from param str project: GitHub project
Warning
Requires authentication