forked from github-release/github-release
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: use basic auth instead of token auth in querystring
Port the Client implementation to use github.com/kevinburke/rest, which gives us inspection of the HTTP request/response, user agents and basic auth out of the box, without needing to set those every time. Most of the rest of the code remains the same. Move the VERSION constant into the github subpackage (from the main package) so we can use it there. Fixes github-release#95. Fixes github-release#97.
- Loading branch information
1 parent
ff3e066
commit 164ff3a
Showing
10 changed files
with
173 additions
and
69 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
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
Oops, something went wrong.