Skip to content
Snippets Groups Projects
Select Git revision
20 results

README.md

Forked from GitLab.org / GitLab FOSS
4430 commits behind the upstream repository.
README.md 13.36 KiB

GitLab API

Automate GitLab via a simple and powerful API. All definitions can be found under /lib/api.

Resources

Documentation for various API resources can be found separately in the following locations:

Internal CI API

The following documentation is for the internal CI API:

Authentication

All API requests require authentication via a session cookie or token. There are three types of tokens available: private tokens, OAuth 2 tokens, and personal access tokens.