An open API service indexing awesome lists of open source software.

https://github.com/gabrie-allaigre/java-gitlab-api


https://github.com/gabrie-allaigre/java-gitlab-api

api gitlab java

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Java Gitlab API
===============

Fork de https://github.com/timols/java-gitlab-api

# Usage

``` xml


jitpack.io
https://jitpack.io

com.github.gabrie-allaigre
java-gitlab-api
1.5.0

```

``` java
GitLabAPI gitLabAPI = GitLabAPI.connect(GITLAB_URL, USER_TOKEN);

List diffs = gitLabAPI.getGitLabAPICommits().getCommitDiffs(PROJECT_ID, COMMIT_SHA);
```