gitlab4j-api icon indicating copy to clipboard operation
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

Results 215 gitlab4j-api issues
Sort by recently updated
recently updated
newest added

This pull request introduces a batch of changes/improvements I've done over the past months to fit requirements for a company project. It requires a huge rebasing process as I've not...

Is it possible to add support for endpoint: users/personal_access_tokens Thank you.

enhancement

Hi All, I used your cool API previously and its working perfectly fine but, now I am upgrading all versions dependencies, previously I didn't use the "javax.ws.rs:javax.ws.rs-api" but now it's...

I am using this library in a Jenkins plugin, and I am noticing some strange behavior. After updating some other plugins to their newest versions ([jackson2-api](https://plugins.jenkins.io/jackson2-api/) to 2.13.1 and [jersey2-api](https://plugins.jenkins.io/jersey2-api/)...

Looking at the HTTP API docs for [Group level variables|https://docs.gitlab.com/ee/api/group_level_variables.html] and it appears to support both a `variable_type` and a `environment_scope`. The two fields do not appear in the [Java...

`repository_access_level`: One of disabled, private, or enabled. See: https://docs.gitlab.com/ee/api/projects.html#create-project https://docs.gitlab.com/ee/api/projects.html#edit-project

https://docs.gitlab.com/ee/api/vulnerability_findings.html

I have been using the gitlab API recently and found that I cannot get the data. After investigation, it is found that the paging of the api starts from 0,...