gitlab4j-api
gitlab4j-api copied to clipboard
GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API
https://docs.gitlab.com/api/group_enterprise_users/ I discovered I actually need this, to be able to find out Enterprise User details on our usage of gitlab.com and it's not there :( I'm hoping that this...
Hey, i want to share a group with a group (like #587) and **test it with a unit test**. Unfortunately getGroup (http://www.messners.com/gitlab4j-api/javadocs/org/gitlab4j/api/GroupApi.html#getGroup-java.lang.Object-) does not return the details of a group...
This is my contribution to finish the great work of @bdgould in Object Attributes #1198
Description When using RepositoryFileApi.createFile() or updateFile() in GitLab4J to upload a Base64-encoded file (~10MB ZIP), the request fails with HTTP 400. Directly calling the GitLab API via curl with Content-Type:...
In the `NotesAPI`, when calling `createMergeRequestNote` (https://docs.gitlab.com/api/notes/#create-new-merge-request-note), if you use entirely [Quick Actions](https://docs.gitlab.com/user/project/quick_actions/), no note is created. This also means the response body doesn't match the `Note` class. Instead, it...