atlassian / go-artifactory

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

support for accessing artifacts and their metadata #19

Closed volkc-basf closed 4 years ago

volkc-basf commented 4 years ago

With this PR I'm adding support for the FileInfo endpoint. Furthermore there's now a FileContents function that can be used to download files stored in the artifactory.

Reason is, that we'd like to extend the artifactory terraform provider. https://github.com/atlassian/terraform-provider-artifactory/issues/63

Please let me know if you do have further questions.

Best, Christian