-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Gist handling now uses core code for downloads
Before it would do it's own connection handling and did not honor `--offline` and would do no caching. Now it uses the same code as all other parts of the code that need to retrieve information over HTTP. As an added benefit the GITHUB_TOKEN handling has now been made part of the core network code so any access to GitHub can now use it.
- Loading branch information
Showing
2 changed files
with
24 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters