in GitHubEndpoints.java create a new endpoint GET /auth/git/team/{team_name}
When this endpoint is called it will hit a GitHub Endpoint that will return the list of members for the specified team.
Keep in mind the currently authenticated user must have high enough privilege to see the members of the required team (this is already the way it works)
Feature description
in GitHubEndpoints.java create a new endpoint GET
/auth/git/team/{team_name}
When this endpoint is called it will hit a GitHub Endpoint that will return the list of members for the specified team.
Keep in mind the currently authenticated user must have high enough privilege to see the members of the required team (this is already the way it works)