octokit / octokit.net

A GitHub API client library for .NET
https://octokitnet.readthedocs.io/en/latest/
MIT License
2.62k stars 1.07k forks source link

[FEAT]: Private Repo access ( get the details of the issues , Code & Bugs ) in C# #2869

Open VijayakumarKothapalle opened 3 months ago

VijayakumarKothapalle commented 3 months ago

Describe the need

How can I download a private repo ?

Just to be clear, The token I am using is correct, I can access repo info, downloading public assets file is OK, but downloading any private Repo or get the issues does not work. I guess because it's not got permissions for the WebClient download?

SDK Version

No response

API Version

No response

Relevant log output

No response

Code of Conduct