если вас интересует ответ на мой вопрос, так и
`
Object obj = 19851511;
GitLabApi gitLabApi = new GitLabApi("https://gitlab.com/", "TOKEN");
RepositoryFile file = gitLabApi.getRepositoryFileApi().getFile(obj,"src/.gitkeep" , "master");
System.out.println("TExt decodet \n"+file.getDecodedContentAsString());
System.out.println("This all info from FILE \n"+file);
` наслаждайтесь
Спасибо!)
и еще один вещь! Если вы получили «SSLHandhakeExeption», используйте
gitLabApi.setIgnoreCertificateErrors(true);
Сначала объявите gitlabApi, после gitLabApi.setIgnoreCertificateErrors (true); , а ведь RepositoryFile