huhui

Results 3 issues of huhui

* OS: {any} * Type: { new-api } ## How to get a process GDI? like this ![image](https://user-images.githubusercontent.com/6800925/156283905-5b2afad3-2ea2-4a7d-948d-0a858f97802c.png)

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...