BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
b670f21c
Commit
b670f21c
authored
Jun 08, 2017
by
Douwe Maan
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'sh-clarify-graphql' into 'master'
Clarify API V5 being a compatability layer on top of GraphQL See merge request !12030
parents
b1bf6d88
5b645e64
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
README.md
doc/api/README.md
+7
-3
No files found.
doc/api/README.md
View file @
b670f21c
...
@@ -57,12 +57,16 @@ following locations:
...
@@ -57,12 +57,16 @@ following locations:
## Road to GraphQL
## Road to GraphQL
API v4 will be the last REST API that we support. Going forward, we will start
Going forward, we will start on moving to
on moving to GraphQL and deprecate the use of controller-specific
[
GraphQL
](
http://graphql.org/learn/best-practices/
)
and deprecate the use of
endpoints. GraphQL has a number of benefits:
controller-specific
endpoints. GraphQL has a number of benefits:
1.
We avoid having to maintain two different APIs.
1.
We avoid having to maintain two different APIs.
2.
Callers of the API can request only what they need.
2.
Callers of the API can request only what they need.
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
compatability layer on top of GraphQL.
### Internal CI API
### Internal CI API
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment