teams.go 188 B

1234567
  1. package github
  2. // TeamsService provides access to the team-related functions
  3. // in the GitHub API.
  4. //
  5. // GitHub API docs: https://developer.github.com/v3/teams/
  6. type TeamsService service