bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
456 stars 92 forks source link

Use the API so that requests are authenticated #67

Closed binaryseed closed 10 years ago

binaryseed commented 10 years ago

Requests to get a gist from GHE were failing because they were just URL requests. This changes the behavior to use the API to retrieve the content of the gist.

bgreenlee commented 10 years ago

Thank you!