BigW Consortium Gitlab

README.md 479 Bytes
Newer Older
1 2
# GitLab CI API

3 4 5 6 7 8 9 10
## 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.

11 12 13 14 15 16 17 18
## API Prefix

Current CI API prefix is `/ci/api/v1`.

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

    GET /ci/api/v1/builds/:id/artifacts

19 20
## Resources

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