Pext / Website

A simple website for Pext
Creative Commons Zero v1.0 Universal
1 stars 1 forks source link

Show teams and members #2

Open TheLastProject opened 6 years ago

TheLastProject commented 6 years ago

This is going to need some custom code using the https://developer.github.com/v3/orgs/teams/#list-teams and https://developer.github.com/v3/orgs/teams/#list-team-members API calls. Also need to make sure private users don't show up.

This is especially useful in relation to Pext/Pext#68, so that users can easily see all members in the moderator team.

TheLastProject commented 6 years ago

Preferably, we find an existing library for this, hopefully in PHP so it's easy to just run on the server without extra work. I'd rather not recreate and maintain this myself.