Skip to content

Instantly share code, notes, and snippets.

@mehdishahdoost
Created August 1, 2023 22:50
Show Gist options
  • Select an option

  • Save mehdishahdoost/6c9b5edfa68db678f38930a2de638e1a to your computer and use it in GitHub Desktop.

Select an option

Save mehdishahdoost/6c9b5edfa68db678f38930a2de638e1a to your computer and use it in GitHub Desktop.
Gitlab APIs

Fetch all projects


curl  --header 'Authorization: Bearer xxx' 'https://url/api/v4/groups/PROSET/projects?include_subgroups=true&per_page=300' | jq -r '.[].ssh_url_to_repo'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment