gitlab4j-api
gitlab4j-api copied to clipboard
Feature: add "Pull mirror API"
The pull mirror API is missing, only remote mirror is currently implemented (which is the push mirror).
Project remote mirrors API is:
https://github.com/gitlab4j/gitlab4j-api/blob/8259f86f881ec7408aabf569c567c23494f1b03d/gitlab4j-api/src/main/java/org/gitlab4j/api/ProjectApi.java#L4382-L4428
Indeed the pull mirror API https://docs.gitlab.com/ee/api/project_pull_mirroring.html can be contributed to this project