You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -96,6 +96,23 @@ GitLabApi gitLabApi = new GitLabApi(ApiVersion.V3, "http://your.gitlab.server.co
96
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
97
98
98
99
+
---
100
+
## Logging of API Requests and Responses
101
+
As of GitLab4J-API 4.8.39 support has been added to log the requests to and the responses from the
102
+
GitLab API. Enable logging using one of the following methods on the GitLabApi instance:
0 commit comments