summaryrefslogtreecommitdiff
path: root/doc/ci/api/README.md
blob: d573bea0f80bc1ea1c48cd0fcdb953105c66277a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# GitLab CI API

## Purpose

Main purpose of GitLab CI API is to provide necessary data and context for
GitLab CI Runners.

For consumer API take a look at this [documentation](../../api/README.md) where
you will find all relevant information.

## Resources

- [Builds](builds.md)
- [Runners](runners.md)
- [Commits](commits.md)