Skip to content

Add GitLab API backend for groups -> orgs endpoint

Eric Eastwood requested to merge 1445-gitlab-based-rooms into develop

Add GitLab API backend for groups -> orgs endpoint

See https://gitlab.com/gitlab-org/gitter/webapp/issues/1445


This endpoint will now return your GitLab groups if you are signed in with GitLab,

GET http://localhost:5000/api/v1/user/:userId/orgs

Testing strategy

  1. Try the API with a GitLab user GET http://localhost:5000/api/v1/user/me/orgs
  2. Try the API with a GitHub user
    1. GET http://localhost:5000/api/v1/user/me/orgs
    2. Community creation flow and open up the "GitHub projects" area from the first step

Dev notes

Edited by Eric Eastwood

Merge request reports