Copilot
- class github.Copilot.Copilot
- get_seats() PaginatedList[CopilotSeat]
- add_seats(selected_usernames: list[str]) int
- Calls:
- Parameters:
selected_usernames – List of usernames to add Copilot seats for
- Return type:
int
- Returns:
Number of seats created
- remove_seats(selected_usernames: list[str]) int
- Calls:
- Parameters:
selected_usernames – List of usernames to remove Copilot seats for
- Return type:
int
- Returns:
Number of seats cancelled