gitlab-org--gitlab-foss/doc/ci/api/README.md

24 lines
503 B
Markdown
Raw Normal View History

2015-08-25 21:42:46 -04:00
# 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.
## 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
2015-08-25 21:42:46 -04:00
## Resources
- [Builds](builds.md)
2015-08-25 21:42:46 -04:00
- [Runners](runners.md)
- [Commits](commits.md)