cyverse-de / terrain

DE's main API entry-point service
Other
4 stars 9 forks source link

Add `/communities` endpoints for App Community CRUD and admin management #71

Open psarando opened 6 years ago

psarando commented 6 years ago

These endpoints will mostly be the same as the /teams endpoints, but will operate on a new communities Grouper folder, and communities will not require members apart from admins.

The list of endpoints to be added:

ianmcorvidae commented 6 years ago

Gonna be the one to ask the annoying procedural question: should we make a small (go, probably) microservice that terrain delegates to for this group of endpoints?

psarando commented 6 years ago

should we make a small (go, probably) microservice that terrain delegates to for this group of endpoints?

Not at this time. All the current /teams endpoints are already implemented in terrain, and these endpoints are just going to reuse those existing functions, but with minor tweaks, such as Grouper folder name changes.