Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Nested Teams preview API changes #1681

Closed
ryangribble opened this issue Sep 13, 2017 · 0 comments
Closed

Implement Nested Teams preview API changes #1681

ryangribble opened this issue Sep 13, 2017 · 0 comments

Comments

@ryangribble
Copy link
Contributor

As per this recent blog post there is now support for Nested Teams.

Documentation

The following changes are needed to octokit.net to support this:

  • Team response object will have a Parent field
  • NewTeam and UpdateTeam request messages will have a ParentTeamId field
  • The new Accepts header needs to be added to MOST of the methods on TeamsClient as per the documentation (this is to enable responses to include the new Parent field and include repos/member counts from child teams etc and to enable deletion of parent teams)
  • New API call GetAllChildTeams() to be added to TeamsClient and ObservableTeamsClient including pagination overloads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant