xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.33k stars 924 forks source link

Add full_path to project file #1968

Closed abemedia closed 1 week ago

abemedia commented 1 week ago

Uploading a project file in the GitLab API returns full_path containing the full path to the file on the GitLab server. See https://docs.gitlab.com/ee/api/projects.html#upload-a-file

This PR adds the field to the ProjectFile struct.