Skip to content

Commit 1ac45c0

Browse files
committed
Added notice of pending removal of GitLab API v3 support.
1 parent 024b600 commit 1ac45c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,10 @@ you can still use GitLab4J-API by creating your GitLabApi instance as follows:
9292
GitLabApi gitLabApi = new GitLabApi(ApiVersion.V3, "http://your.gitlab.server.com", "YOUR_PRIVATE_TOKEN");
9393
```
9494

95+
**NOTICE**:
96+
As of GitLab 11.0 support for the GitLab API v3 has been removed (see https://about.gitlab.com/2018/06/01/api-v3-removal-impending/). Support for GitLab API v3 will be removed from this library in January 2019. If you are utilizing the v3 support, please update your code before January 2019.
97+
98+
9599
---
96100
## Results Paging
97101
GitLab4J-API provides an easy to use paging mechanism to page through lists of results from the GitLab API.

0 commit comments

Comments
 (0)