huhui
Results
3
issues of
huhui
* OS: {any} * Type: { new-api } ## How to get a process GDI? like this 
enhancement
new-api
When I am ready to use “getBranches”,my program falls into endless loop. My apiNamespace is "/api/v3". ``` GitlabAPI gitlabAPI = GitlabAPI.connect(hostUrl,apiToken, TokenType.PRIVATE_TOKEN, AuthMethod.HEADER, "/api/v3"); ``` Here are the “getBranches” details...