Anuj Pahade

Results 1 issues of Anuj Pahade

Hi, I'm trying to get description of a gitlab repository: ``` GitLabApi gitLabApi = new GitLabApi("XXXXX", "XXXXX"); Project project = gitLabApi.getProjectApi().getProject(99999); System.out.println(project.getDescription()); ``` And I'm getting the following error: ```...