atlassian / go-artifactory

Go library for artifactory REST API
Apache License 2.0
23 stars 28 forks source link

Single repository replication endpoints added #13

Closed jamestoyer closed 5 years ago

jamestoyer commented 5 years ago

The current replication endpoints only support multiple replication configs. This is problematic as not only are these endpoints only available on Enterprise licences, they also do not support pull replication.

The functions added here ensure that you can now enable pull replication on repositories as well as set up replication when you have a pro licence.

This will enable a solution for atlassian/terraform-provider-artifactory#28