Implements parameters for RepositoryClient.GetArchive#659
Conversation
93889b4 to
359668b
Compare
|
@louis-z can this PR now be merged or are there further outstanding changes you'd like me to make? |
|
@steve85, this PR is stale. Is there a plan to resurrect it any time soon? If not, we'll consider closing it. |
359668b to
309ce90
Compare
|
Hi @louis-z - I was originally waiting on a follow up review from you, hence the lack of activity on this. I have rebased the branch and made some changes to fix some minor things. Please take a look and let me know if there are any further issues that need addressing. |
I wrote a comment back in 2024 but forgot to submit it... 🙄 Sorry about that. It's this one. |
adb18c4 to
be79730
Compare
Adds a new overload to IRepository.GetArchive which accepts a query object in order to allow additional parameters to be passed to the the archive endpoint without breaking the existing implementation.
be79730 to
301f853
Compare
|
@louis-z - I made the requested changes last week. Can you please review these changes and let me know if there is anything else required? |
Implements the
format,pathandshaoptions for RepositoryClient.GetArchive().https://docs.gitlab.com/ee/api/repositories.html#get-file-archive
Allows us to retrieve the archive for a particular SHA/ref and specify the required download format.