kabanero-io / kabanero-landing

A console application for managing your Kabanero instances. This repo will be archived soon.
Apache License 2.0
4 stars 6 forks source link

Create an API endpoint that lists all members of a specific team #170

Closed alohr51 closed 4 years ago

alohr51 commented 4 years ago

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)