gitlab.com

The platform for modern developers GitLab unifies issues, code review, CI and CD into a single UI

🔑 apikey 358 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

go get github.com/xanzy/go-gitlab
curl examples
Get the currently authenticated user
curl \
  -H "PRIVATE_HEADER: $API_KEY" \
  /v3/user
Get the list of system hooks
curl \
  -H "PRIVATE_HEADER: $API_KEY" \
  /v3/hooks
Get a todo list
curl \
  -H "PRIVATE_HEADER: $API_KEY" \
  /v3/todos
Endpoints (358 total)
GET
/v3/user
Get the currently authenticated user
GET
/v3/hooks
Get the list of system hooks
GET
/v3/todos
Get a todo list
GET
/v3/users
Get the list of users
GET
/v3/groups
Get a groups list
GET
/v3/issues
Get currently authenticated user's issues
GET
/v3/runners
Get runners available for user
GET
/v3/version
Get the version information of the GitLab instance.
GET
/v3/licenses
Get the list of the available license template
GET
/v3/projects
Get a projects list for authenticated user
GET
/v3/snippets
Get a snippets list for authenticated user
GET
/v3/keys/{id}
Get single ssh key by id. Only available to admin users
Language coverage
Go
1
At a glance
Total SDKs1
Languages1
Endpoints358
Authapikey
Categories1