Skip to content

Create API to fetch all GitHub Orgs for the user

What does this MR do and why?

It's an implementation of Create API to fetch all GitHub Orgs for the user

Screenshots or screen recordings

api_to_fetch_all_github_orgs

How to set up and validate locally

Send GET request to /api/v4/import/github/organizations with headers['Personal-Access-Token'] = ["your_github_personal_access_token"]. In the response you should see json with list of all your GitHub organisations (names and descriptions)

MR acceptance checklist

Edited by Tetiana Zavediuk

Merge request reports