Same URI should using curl and java GitlabAPI..
Created by: ghost
This my curl command able to get response on terminal, but same command not getting resposne in java GitlabAPI
curl --header "PRIVATE-TOKEN: privateTokenwrr1BDC" remotehost/api/v3/user getting result
now in java not getting result
GitlabAPI connect = GitlabAPI.connect("remotehost/api/v3/user", "privateTokenwrr1BDC",
TokenType.PRIVATE_TOKEN, AuthMethod.HEADER);
not getting result at all