gitlab4j / gitlab4j-api

GitLab4J API (gitlab4j-api) provides a full featured Java client library for working with GitLab repositories via the GitLab REST API
MIT License
1.04k stars 444 forks source link

Check if user exists endpoint #1135

Open BrianSetz opened 1 week ago

BrianSetz commented 1 week ago

I may have overlooked it, but it looks like the endpoint https://gitlab.com/users/:username/exists is not implemented?

Example: https://gitlab.com/users/example/exists

Which returns:

{ "exists":true }

If it is indeed not available in gitlab4j, would there be an interest in adding this functionality?

jmini commented 1 week ago

This seems to be missing