Back to catalog
πŸ’»

Gitlab

OAuth

Automate GitLab interaction programmatically

πŸ’»DevelopmentHTTPS

GitLab FOSS

GitLab

NameGitLab FOSS
NamespaceGitlab-org/gitlab-foss
Stars23,841
Default BranchMaster
VisibilityPublic

Sample Response

response.json
1{
2 "name": "GitLab FOSS",
3 "namespace": "gitlab-org/gitlab-foss",
4 "stars": "23,841",
5 "defaultBranch": "master",
6 "visibility": "public"
7}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://docs.gitlab.com/ee/api/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs