gitlab-org--gitlab-foss/doc/ci/api
Tomasz Maczukin 4019b0d872
Fix some typos in documentation
[ci skip]
2016-04-20 11:54:06 +02:00
..
README.md Remove deprecated CI API docs for commits and projects 2016-02-29 13:22:34 +01:00
builds.md Fix some typos in documentation 2016-04-20 11:54:06 +02:00
runners.md Update format of documentation for CI API 2016-03-01 10:57:12 +01:00

README.md

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 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

Resources