Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2017-06-15 22:02:57 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2017-06-15 22:02:57 +0300
commit699b0e57e9b27410aa3df854bbde47d1fc85c9fd (patch)
tree2d09a408be75161db83e5458949cc7fddf10e97c /doc
parente207bc2074198cf949890ea9988a7cf7e0e1799d (diff)
Fix conflict in doc/api/README.md
Diffstat (limited to 'doc')
-rw-r--r--doc/api/README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/doc/api/README.md b/doc/api/README.md
index e7b48076ad1..4f189c16673 100644
--- a/doc/api/README.md
+++ b/doc/api/README.md
@@ -62,21 +62,16 @@ The following documentation is for the [internal CI API](ci/README.md):
## Road to GraphQL
-API v4 will be the last REST API that we support. Going forward, we will start
-on moving to GraphQL and deprecate the use of controller-specific
-endpoints. GraphQL has a number of benefits:
+Going forward, we will start on moving to
+[GraphQL](http://graphql.org/learn/best-practices/) and deprecate the use of
+controller-specific endpoints. GraphQL has a number of benefits:
1. We avoid having to maintain two different APIs.
2. Callers of the API can request only what they need.
-<<<<<<< HEAD
-
-### Internal CI API
-=======
3. It is versioned by default.
It will co-exist with the current v4 REST API. If we have a v5 API, this should
be a compatibility layer on top of GraphQL.
->>>>>>> f8740d5... Merge branch 'docs/personal-access-tokens' into 'master'
## Authentication