gitlab4j-api icon indicating copy to clipboard operation
gitlab4j-api copied to clipboard

Feature: add "Pull mirror API"

Open mikaelol opened this issue 11 months ago • 1 comments

The pull mirror API is missing, only remote mirror is currently implemented (which is the push mirror).

mikaelol avatar Jan 15 '25 11:01 mikaelol

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

jmini avatar Jan 22 '25 18:01 jmini