Noizu.Github.Api.EnterpriseTeams (Noizu Labs: Github API v0.5.0)
GitHub enterprise-teams API.
Link to this section Summary
Functions
Create an enterprise team
Delete an enterprise team
Get an enterprise team
List enterprise teams
Update an enterprise team
Link to this section Functions
Link to this function
create(enterprise, body, options \\ nil)
Create an enterprise team
@see https://docs.github.com/rest/enterprise-teams/enterprise-teams#create-an-enterprise-team
Link to this function
delete(enterprise, team_slug, options \\ nil)
Delete an enterprise team
@see https://docs.github.com/rest/enterprise-teams/enterprise-teams#delete-an-enterprise-team
Link to this function
get(enterprise, team_slug, options \\ nil)
Get an enterprise team
@see https://docs.github.com/rest/enterprise-teams/enterprise-teams#get-an-enterprise-team
Link to this function
list(enterprise, options \\ nil)
List enterprise teams
@see https://docs.github.com/rest/enterprise-teams/enterprise-teams#list-enterprise-teams
Link to this function
update(enterprise, team_slug, body, options \\ nil)
Update an enterprise team
@see https://docs.github.com/rest/enterprise-teams/enterprise-teams#update-an-enterprise-team