Thanks for taking your time to post this request. As I don't need the feature myself I probably will only implement this, if there is a "huge" demand (several people requesting the feature should be enough ;)). But feel free to submit a PR. If you need any assistance or have some questions, I gladly help.
Hi. Why was this closed? Was it implemented? Thanks!
No it wasn't. But here hasn't been any activity for quite a long time. If you're interested, I'll gladly reopen it :)
Also this is kind of related: #188
This would be a very useful feature!
I looked into this and I understand what it needs to be implemented.
The user needs to create an access token in GitHub then input this token in the application.
This token will be used in the HttpHeaders for every request made to the API.
One access token is all that is needed to access all your private repos, but I can think of a reason to have a separate access token for each repo.
@johannesjo I will make a PR for it and let you updated with what I did.
@MostafaAmin07 That's really great! Please let me know if I can assist you in any way!
It might be even useful to have that for GitHub users without private repos, as it would allow us to improve the user experience without the danger of hitting that api limit all the time. But that's for the future!
Most helpful comment
I looked into this and I understand what it needs to be implemented.
The user needs to create an access token in GitHub then input this token in the application.
This token will be used in the HttpHeaders for every request made to the API.
One access token is all that is needed to access all your private repos, but I can think of a reason to have a separate access token for each repo.
@johannesjo I will make a PR for it and let you updated with what I did.