Skip to content

API: consolidate project lists

We have these API endpoints to get a list of projects:

  • /projects
  • /projects/owned
  • /projects/visible
  • /projects/starred
  • /projects/all

These should just use a scope (or similar) parameter on the main index action.