gh.el
gh.el copied to clipboard
GitHub API library for Emacs
This is a different issue to #38. If an invalid oauth token is used, you get the very cryptic error: ``` if: Wrong type argument: listp, "https://developer.github.com/v3" ``` For some...
In https://github.com/sigma/magit-gh-pulls/issues/5#issuecomment-52272613 I noticed that `gh.el` can cached a stale (invalid) oauth token from my `~/.gitconfig` file, and I couldn't find any way to clear it. Eventually I had to...
In https://github.com/sigma/magit-gh-pulls/issues/5 I noticed that some basic operations (listing pull-requests for a public repo) were asking for my github password, when the necessary API calls don't actually require authentication. I...
In a number of places in gh-repos the following forms are used to access the user / repo to fetch. ``` elisp (format "/repos/%s/%s/forks" (oref (oref repo :owner) :login) (oref...
This is a small issue. .gitconfig which contains sensitive information is world-readable.
This pull-request moves metadata about this package from `-pkg.el` to `.el` and deletes the now redundant `-pkg.el`. The `-pkg.el` file is not supposed to be tracked in the Git repository....
I'm signed in with gh but the other project [0] depending on this lib keeps asking me for pw, is this expected? ``` ╰─ gh auth status ─╯ github.com ✓...