java-gitlab-api
java-gitlab-api copied to clipboard
getOwnedProjects seems to get everything (slowly)
Against the current GitLab.com api, https://github.com/timols/java-gitlab-api/blob/master/src/main/java/org/gitlab/api/GitlabAPI.java#L851 seems to just return everything on Gitlab.
Experimenting, it seems like there's a typo with owner needing to be replaced with owned
See also https://docs.gitlab.com/ee/api/v3_to_v4.html#9-0
Also, getProjects() in the previous versions did not seem to download the entire GitLab and now it does.