gitlab-org--gitlab-foss/doc/api/ci
Tomasz Maczukin e940d97dc0
Fix a typo in documentation
2016-09-13 18:04:26 +02:00
..
README.md Rename file and update README 2016-09-07 12:10:49 +02:00
builds.md Fix a typo in documentation 2016-09-13 18:04:26 +02:00
lint.md Improve curl commend, remove blank lines 2016-09-07 12:54:02 +02:00
runners.md use long options for curl examples in API documentation (!5703) 2016-08-09 01:42:50 +02:00

README.md

GitLab CI API

Purpose

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

All relevant information about the consumer API can be found in a separate document.

API Prefix

The 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