BigW Consortium Gitlab

README.md 487 Bytes
Newer Older
1 2 3 4
# GitLab CI API

## Purpose

5 6
The main purpose of GitLab CI API is to provide the necessary data and context
for GitLab CI Runners.
7

8 9
All relevant information about the consumer API can be found in a
[separate document](../../api/README.md).
10 11 12

## API Prefix

13
The current CI API prefix is `/ci/api/v1`.
14 15 16

You need to prepend this prefix to all examples in this documentation, like:

17 18 19
```bash
GET /ci/api/v1/builds/:id/artifacts
```
20 21 22 23 24

## Resources

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