Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: Download Release archive files #2879

Open
1 task done
adwitkow opened this issue Feb 4, 2024 · 0 comments
Open
1 task done

[FEAT]: Download Release archive files #2879

adwitkow opened this issue Feb 4, 2024 · 0 comments
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request

Comments

@adwitkow
Copy link

adwitkow commented Feb 4, 2024

Describe the need

I understand that this issue is in a way a duplicate of #2742 but the way it's presented there is... far from perfect.

Octokit.js has a way to access the release archives (octokit/octokit.js#2369 (comment)) so it would be nice to also have such feature in octokit.net. The workaround with a separate HttpClient presented in #2742 is in my opinion against the purpose of octokit.net (not to mention that it's generally low quality, it doesn't take socket exhaustion into account - and would it even work if it doesn't include the user agent header? And I'm not going to comment on the ChatGPT-generated garbage).

A way to grab the buffer and download the zip/tar ball should be exposed in octokit.net without the consumers being forced to apply weird hacks.

SDK Version

Octokit 9.1.2

API Version

No response

Relevant log output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@adwitkow adwitkow added Status: Triage This is being looked at and prioritized Type: Feature New feature or request labels Feb 4, 2024
@kfcampbell kfcampbell added Status: Up for grabs Issues that are ready to be worked on by anyone and removed Status: Triage This is being looked at and prioritized labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Up for grabs Issues that are ready to be worked on by anyone Type: Feature New feature or request
Projects
Status: 🔥 Backlog
Development

No branches or pull requests

2 participants