glance
glance copied to clipboard
The tool should be able to naively authenticate against Github
Current Situation
There is no authentication implemented.
Enhancement
The tool should be able to communicate with the Github API via authenticated requests.
Reasoning
The tool must be able to access private repositories.
Implementation
This can be built into the git/
directory as a method on the Github
class.
Tasks
- [ ] ???